BsonArrayCapacity Property |
Gets or sets the total number of elements the internal data structure can hold without resizing.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public virtual int Capacity { get; set; }
Public Overridable Property Capacity As Integer
Get
Set
abstract Capacity : int with get, set
override Capacity : int with get, set
Property Value
Type:
Int32See Also