Share via


BatchOperationStateResponse interface

Represents the state of a batch operation.

Properties

retryAfter

The retry-after date for the batch operation.

state

The state of the batch operation.

statusMap

A map of status codes to their counts.

totalEntriesCount

The total number of entries in the batch operation.

Property Details

retryAfter

The retry-after date for the batch operation.

retryAfter?: Date

Property Value

Date

state

The state of the batch operation.

state: string

Property Value

string

statusMap

A map of status codes to their counts.

statusMap: Record<number, number>

Property Value

Record<number, number>

totalEntriesCount

The total number of entries in the batch operation.

totalEntriesCount: number

Property Value

number