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