PbmPolicyAssociationVolumeAllocationType_enum
PbmPolicyAssociationVolumeAllocationType_enum
Volume allocation type constants.
Possible values:
FullyInitialized
: Space required is fully allocated and initialized.It is wiped clean of any previous content on the physical media. Gives faster runtime IO performance.
ReserveSpace
: Space required is fully allocated.It may contain stale data on the physical media.
ConserveSpaceWhenPossible
: Space required is allocated and zeroed on demand as the space is used.
This data structure has no properties.
Enumeration: FullyInitialized, ReserveSpace, ConserveSpaceWhenPossible,