AnalyzeBatchOperationState interface

The state of the begin analyze polling operation.

Extends

Inherited Properties

actionFailedCount

Number of failed actions.

actionInProgressCount

Number of actions still in progress.

actionSucceededCount

Number of successfully completed actions.

createdOn

The date and time the operation was created.

displayName

The operation's display name.

error

Will exist if the operation encountered any error.

expiresOn

The date and time when the operation results will expire on the server.

id

The operation id.

modifiedOn

The time the operation status was last updated.

result

Will exist if the operation produced a result of the expected type.

status

The current status of the operation.

Inherited Property Details

actionFailedCount

Number of failed actions.

actionFailedCount: number

Property Value

number

Inherited From AnalyzeBatchOperationMetadata.actionFailedCount

actionInProgressCount

Number of actions still in progress.

actionInProgressCount: number

Property Value

number

Inherited From AnalyzeBatchOperationMetadata.actionInProgressCount

actionSucceededCount

Number of successfully completed actions.

actionSucceededCount: number

Property Value

number

Inherited From AnalyzeBatchOperationMetadata.actionSucceededCount

createdOn

The date and time the operation was created.

createdOn: Date

Property Value

Date

Inherited From AnalyzeBatchOperationMetadata.createdOn

displayName

The operation's display name.

displayName?: string

Property Value

string

Inherited From AnalyzeBatchOperationMetadata.displayName

error

Will exist if the operation encountered any error.

error?: Error

Property Value

Error

Inherited From OperationState.error

expiresOn

The date and time when the operation results will expire on the server.

expiresOn?: Date

Property Value

Date

Inherited From AnalyzeBatchOperationMetadata.expiresOn

id

The operation id.

id: string

Property Value

string

Inherited From AnalyzeBatchOperationMetadata.id

modifiedOn

The time the operation status was last updated.

modifiedOn: Date

Property Value

Date

Inherited From AnalyzeBatchOperationMetadata.modifiedOn

result

Will exist if the operation produced a result of the expected type.

result?: PagedAnalyzeBatchResult

Property Value

Inherited From OperationState.result

status

The current status of the operation.

status: OperationStatus

Property Value

Inherited From OperationState.status