Click or drag to resize
IRegionTKey, TValue Properties

The IRegionTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Returns the attributes for this region, which can be used to create a new region with [!:Cache.CreateRegion].
Public propertyAttributesMutator
Return a mutator object for changing a subset of the region attributes.
Public propertyCache
Gets the cache for this region.
Public propertyCount
Public propertyFullPath
Gets the region's full path, which can be used to get this region object with [!:Cache.GetRegion].
Public propertyIsDestroyed
True if this region has been destroyed.
Public propertyIsReadOnly
This property throws NotImplementedException when called by both local and distributed region instances.
Public propertyItem
Public propertyKeys
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.
Public propertyName
Gets the region name.
Public propertyParentRegion
Gets the parent region.
Public propertyRegionService
Gets the RegionService for this region.
Public propertyStatistics
Returns the statistics for this region.
Public propertyValues
Top
See Also