Click or drag to resize
Region Properties

The Region 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 propertyCache
Gets the cache for this region.
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 propertyName
Gets the region name.
Public propertyParentRegion
Gets the parent region.
Public propertyRegionService
Gets the RegionService for this region.
Public propertySize
Get the size of region. For native client regions, this will give the number of entries in the local cache and not on the servers.
Public propertyStatistics
Returns the statistics for this region.
Top
See Also