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.

id

The operation id.

modifiedOn

The time the operation status was last updated.

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

id

The operation id.

id: string

Property Value

string

modifiedOn

The time the operation status was last updated.

modifiedOn: Date

Property Value

Date