Click or drag to resize
CreateCollectionOptions.MaxSize Property
Gets or sets the maximum size of the collection (used with capped collections).

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public Nullable<long> MaxSize { get; set; }

Property Value

Type: Nullable<Int64>
See Also