ClfsMgmtPolicyAutoShrink structure

The ClfsMgmtPolicyAutoShrink structure controls the timing of the log-shrinking feature. This value represents the percent of free space that must exist to trigger the auto-shrink operation. The log cannot be shrunk to a size smaller than the value specified by the ClfsMgmtPolicyMinimumSize policy.

Syntax

typedef struct {
  ULONG Percentage;
} ClfsMgmtPolicyAutoShrink;

Members

  • Percentage
    Specifies the percentage to shrink the log by. There is no default value.

Remarks

Containers are removed using a managed client's security context.

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

ClfsMgmtPolicyAutoGrow