Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.InitialCapacity Property

Sets the initial capacity of the map used for storing the entries. Default is 16

[Visual Basic]
Public WriteOnly Property InitialCapacity() As Integer
   Public Set
   End Set
End Property
[C#]
public int InitialCapacity { public set; }

Property Value

The initial capacity.

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace