Syntax
| C# |
|---|
public class Region |
| Visual Basic (Declaration) |
|---|
Public Class Region |
| Visual C++ |
|---|
public ref class Region |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| Attributes |
Returns the attributes for this region, which can be used to create a new
region with CreateRegion(String, RegionAttributes).
| |
| Cache |
Gets the cache for this region.
| |
| FullPath |
Gets the region's full path, which can be used to get this region object
with GetRegion(String).
| |
| IsDestroyed |
True if this region has been destroyed.
| |
| Name |
Gets the region name.
| |
| ParentRegion |
Gets the parent region.
| |
| PeerCount |
Gets the number of peers who have this region.
| |
| Statistics |
Returns the statistics for this region.
|
See Also
GemStone.GemFire.Cache Namespace