StreamedBatch interface

The class describes reporting work item revision batch.

Properties

continuationToken

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

isLastBatch

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

nextLink

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

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[]