Defines attributes for configuring a region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public sealed class RegionAttributes : SBWrap<gemfire::RegionAttributes>, IGFSerializable |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class RegionAttributes _ Inherits SBWrap<gemfire::RegionAttributes> _ Implements IGFSerializable |
| Visual C++ |
|---|
public ref class RegionAttributes sealed : public SBWrap<gemfire::RegionAttributes>, IGFSerializable |
Remarks
These are
ICacheListener, ICacheLoader, ICacheWriter,
scope, mirroring, and expiration attributes
for the region itself; expiration attributes for the region entries;
and whether statistics are enabled for the region and its entries.
To create an instance of this interface, use
CreateRegionAttributes()().
For compatibility rules and default values, see AttributesFactory.
Note that the RegionAttributes are not distributed with the region.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::RegionAttributes>
GemStone.GemFire.Cache..::RegionAttributes
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::RegionAttributes>
GemStone.GemFire.Cache..::RegionAttributes