Table of Contents

Class DocumentsCountResult

Namespace
DataStax.AstraDB.DataApi.Core.Results
Assembly
DataStax.AstraDB.DataApi.dll

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

int

MoreData

Is the count potentially larger than the count (i.e. reached the MaxDocumentsToCount)

[JsonPropertyName("moreData")]
public bool MoreData { get; set; }

Property Value

bool