ClfsMgmtPolicyGrowthRate structure
The ClfsMgmtPolicyGrowthRate structure controls the rate of growth of a log. The growth rate can be either a relative percentage or an absolute number of containers added, but not both. Valid values are zero (0) and greater. Specify zero (0) to indicate that the log is not to grow in size.
typedef struct {
ULONG AbsoluteGrowthInContainers;
ULONG RelativeGrowthPercentage;
} ClfsMgmtPolicyGrowthRate;
AbsoluteGrowthInContainers
Specifies the growth rate as an absolute number of containers. The default value of this union is the AbsoluteGrowthInContainers set to two (2).RelativeGrowthPercentage
Specifies the growth rate as a relative percentage. There is no default value for this member.
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
Header |
Clfsmgmt.h |