Class ObjectCountResult
The result for a count search
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class ObjectCountResult
Properties
ChangeTrackingVersion
The change tracking version of the object or comment index
Declaration
[JsonPropertyName("changeTrackingVersion")]
public long? ChangeTrackingVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Count
The number of documents
Declaration
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |