RegionAttributesTKey, TValuePartitionResolver Property |
Gets the partition resolver for the region.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IPartitionResolver<TKey, TValue> PartitionResolver { get; }
Public ReadOnly Property PartitionResolver As IPartitionResolver(Of TKey, TValue)
Get
public:
property IPartitionResolver<TKey, TValue>^ PartitionResolver {
IPartitionResolver<TKey, TValue>^ get ();
}
member PartitionResolver : IPartitionResolver<'TKey, 'TValue> with get
Return Value
Type:
IPartitionResolverTKey,
TValue
region's
IPartitionResolver or null if none
See Also