RegionAttributesInitialCapacity Property |
Returns the initial capacity of the entry's local cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int InitialCapacity { get; }
Public ReadOnly Property InitialCapacity As Integer
Get
public:
property int InitialCapacity {
int get ();
}
member InitialCapacity : int with get
Return Value
Type:
Int32the initial capacity
See Also