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