AnalyzeBatchOperationState interface
The state of the begin analyze polling operation.
Inherited 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. |
| error | Will exist if the operation encountered any error. |
| 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. |
| 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
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