Click or drag to resize
RegionAttributes.PartitionResolver Property
Gets the partition resolver for the region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IPartitionResolver PartitionResolver { get; }

Return Value

Type: IPartitionResolver
region's IPartitionResolver or null if none
See Also