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.

Syntax

typedef struct {
  ULONG AbsoluteGrowthInContainers;
  ULONG RelativeGrowthPercentage;
} ClfsMgmtPolicyGrowthRate;

Members

  • 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.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

Header

Clfsmgmt.h

See also

CLFS_MGMT_POLICY