Class WorkItemOccurrencesResult
The result for a work item occurrences request
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class WorkItemOccurrencesResult
Properties
BranchOccurrences
Occurrences of work items per branch
Declaration
[JsonPropertyName("branchOccurrences")]
public Occurrences BranchOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| Occurrences |
ChangeTrackingVersion
The change tracking version of the object index
Declaration
[JsonPropertyName("changeTrackingVersion")]
public long? ChangeTrackingVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |