The class describes reporting work item revision batch.

interface ReportingWorkItemLinksBatch {
    continuationToken?: string;
    isLastBatch?: boolean;
    nextLink?: string;
    values?: WorkItemRelation[];
}

Hierarchy (View Summary)

Properties

continuationToken?: string

ContinuationToken acts as a waterMark. Used while querying large results.

isLastBatch?: boolean

Returns 'true' if it's last batch, 'false' otherwise.

nextLink?: string

The next link for the work item.

values?: WorkItemRelation[]

Values such as rel, sourceId, TargetId, ChangedDate, isActive.