IRegionTKey, TValue Properties |
The IRegionTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Returns the attributes for this region, which can be used to create a new
region with [!:Cache.CreateRegion].
|
![]() | AttributesMutator |
Return a mutator object for changing a subset of the
region attributes.
|
![]() | Cache |
Gets the cache for this region.
|
![]() | Count | |
![]() | FullPath |
Gets the region's full path, which can be used to get this region object
with [!:Cache.GetRegion].
|
![]() | IsDestroyed |
True if this region has been destroyed.
|
![]() | IsReadOnly |
This property throws NotImplementedException when called by
both local and distributed region instances.
|
![]() | Item | |
![]() | Keys |
Gets an ICollection containing the keys of the IDictionary
Returns all the keys for this region. This includes
keys for which the entry is invalid.
For local region instance - gets collection of keys from local cache only.
For distributed region instance - gets collection of keys from the Gemfire cache server.
|
![]() | Name |
Gets the region name.
|
![]() | ParentRegion |
Gets the parent region.
|
![]() | RegionService |
Gets the RegionService for this region.
|
![]() | Statistics |
Returns the statistics for this region.
|
![]() | Values |