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