Click or drag to resize
RegionAttributesTKey, TValuePartitionResolver Property
Gets the partition resolver for the region.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IPartitionResolver<TKey, TValue> PartitionResolver { get; }

Return Value

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