Click or drag to resize
AttributesFactorySetDiskPolicy Method
Sets the disk policy type for the next RegionAttributes created.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetDiskPolicy(
	DiskPolicyType diskPolicy
)

Parameters

diskPolicy
Type: GemStone.GemFire.CacheDiskPolicyType
the disk policy to use for the region
See Also