PolicyUnitType Enumeration

 

Specifies the unit of measurement of a PolicyUnit instance.

Namespace:   System.IO.Log
Assembly:  System.IO.Log (in System.IO.Log.dll)

public enum class PolicyUnitType

Member nameDescription
Extents

The measurement is in containers.

Percentage

The measurement is a percentage of the size of the LogStore.

This example shows how to use the LogPolicy class, PolicyUnit structure and PolicyUnitType enumeration to set policy for a log record sequence.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: