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. |
| id | The operation id. |
| modified |
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