Class DocumentsCountResult
The result of a count operation.
public class DocumentsCountResult
- Inheritance
-
DocumentsCountResult
- Inherited Members
Properties
Count
The number of documents in the collection.
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
MoreData
Is the count potentially larger than the count (i.e. reached the MaxDocumentsToCount)
[JsonPropertyName("moreData")]
public bool MoreData { get; set; }