Region Properties |
The Region 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].
|
![]() | Cache |
Gets the cache for this region.
|
![]() | 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.
|
![]() | Name |
Gets the region name.
|
![]() | ParentRegion |
Gets the parent region.
|
![]() | RegionService |
Gets the RegionService for this region.
|
![]() | Size |
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.
|
![]() | Statistics |
Returns the statistics for this region.
|