Property MaxDocuments
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
MaxDocuments
Gets or sets the maximum number of documents in a capped collection.
public long? MaxDocuments { get; set; }
Property Value
- long?
The maximum number of documents in a capped collection.