Class UpdateInfo
Result of an updateInfo query
Inheritance
System.Object
UpdateInfo
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class UpdateInfo : object
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
public long ApiVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ChangeTrackingVersion
The current change tracking version of the index. This reflects the last database transaction the index knows about.
Declaration
public long ChangeTrackingVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SegmentsLastModified
The last modified timestamp (derived from segments.gen)
Declaration
public System.DateTime SegmentsLastModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
SegmentsVersion
The index segments version. This is increased on each index commit.
Declaration
public long SegmentsVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |