ReportingWorkItemLinksBatch interface

The class describes reporting work item revision batch.

Extends

Inherited 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.

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

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

Property Value

Inherited From StreamedBatch.values