ReportingWorkItemLinksBatch interface
The class describes reporting work item revision batch.
- Extends
continuation |
ContinuationToken acts as a waterMark. Used while querying large results. |
is |
Returns 'true' if it's last batch, 'false' otherwise. |
next |
The next link for the work item. |
values | Values such as rel, sourceId, TargetId, ChangedDate, isActive. |
ContinuationToken acts as a waterMark. Used while querying large results.
continuationToken: string
Property Value
string
Inherited From StreamedBatch.continuationToken
Returns 'true' if it's last batch, 'false' otherwise.
isLastBatch: boolean
Property Value
boolean
Inherited From StreamedBatch.isLastBatch
The next link for the work item.
nextLink: string
Property Value
string
Inherited From StreamedBatch.nextLink
Values such as rel, sourceId, TargetId, ChangedDate, isActive.
values: WorkItemRelation[]
Property Value
Inherited From StreamedBatch.values