Share via


BatchOperationStateResponse Class

Constructor

pydantic model BatchOperationStateResponse

Parameters

Name Description
state
Required
str

The state of the batch operation.

status_map
Required

A map of status codes to their counts.

retry_after
Required

The time after which the operation can be retried.

total_entries_count
Required
int

The total number of entries in the batch operation.

Keyword-Only Parameters

Name Description
state
Default value: None
statusMap
Default value: None
retryAfter
Default value: None
totalEntriesCount
Default value: None

Attributes

retry_after

field retry_after: datetime | None = None (alias 'retryAfter')

state

field state: str = None

status_map

field status_map: dict[int, int] = None (alias 'statusMap')

total_entries_count

field total_entries_count: int = None (alias 'totalEntriesCount')