Class UpdateInfo
Result of an updateInfo query
Inherited Members
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class UpdateInfo
Properties
ApiVersion
The api version number. This is increased each time when the API may have been changed, e.g. when an ApiIdentifier has been modified.
Declaration
[JsonPropertyName("apiVersion")]
public long ApiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
ChangeTrackingVersion
The current change tracking version of the index. This reflects the last database transaction the index knows about.
Declaration
[JsonPropertyName("changeTrackingVersion")]
public long ChangeTrackingVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
SegmentsLastModified
The last modified timestamp (derived from segments.gen)
Declaration
[JsonPropertyName("segmentsLastModified")]
public DateTime SegmentsLastModified { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
SegmentsVersion
The index segments version. This is increased on each index commit.
Declaration
[JsonPropertyName("segmentsVersion")]
public long SegmentsVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long |