AnalyzeBatchOperationMetadata interface
The metadata for long-running operations started by beginAnalyzeBatch.
Properties
| action |
Number of failed actions. |
| action |
Number of actions still in progress. |
| action |
Number of successfully completed actions. |
| created |
The date and time the operation was created. |
| display |
The operation's display name. |
| expires |
The date and time when the operation results will expire on the server. |
| last |
The time the operation status was last updated. |
| operation |
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