AnalyzeBatchOperationMetadata interface

The metadata for long-running operations started by beginAnalyzeBatch.

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.

expiresOn

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

lastModifiedOn

The time the operation status was last updated.

operationId

The operation id.

status

The current status of the operation.

Property Details

actionFailedCount

Number of failed actions.

actionFailedCount: number

Property Value

number

actionInProgressCount

Number of actions still in progress.

actionInProgressCount: number

Property Value

number

actionSucceededCount

Number of successfully completed actions.

actionSucceededCount: number

Property Value

number

createdOn

The date and time the operation was created.

createdOn: Date

Property Value

Date

displayName

The operation's display name.

displayName?: string

Property Value

string

expiresOn

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

expiresOn?: Date

Property Value

Date

lastModifiedOn

The time the operation status was last updated.

lastModifiedOn: Date

Property Value

Date

operationId

The operation id.

operationId: string

Property Value

string

status

The current status of the operation.

status: OperationStatus

Property Value