AnalyzeBatchOperationMetadata interface
beginAnalyzeBatchによって開始
プロパティ
| action |
失敗したアクションの数。 |
| action |
進行中のアクションの数。 |
| action |
正常に完了したアクションの数。 |
| created |
操作が作成された日時。 |
| display |
操作の表示名。 |
| expires |
サーバーで操作結果の有効期限が切れる日時。 |
| last |
操作の状態が最後に更新された時刻。 |
| operation |
操作 ID。 |
| status | 操作の現在の状態。 |
プロパティの詳細
actionFailedCount
失敗したアクションの数。
actionFailedCount: number
プロパティ値
number
actionInProgressCount
進行中のアクションの数。
actionInProgressCount: number
プロパティ値
number
actionSucceededCount
正常に完了したアクションの数。
actionSucceededCount: number
プロパティ値
number
createdOn
操作が作成された日時。
createdOn: Date
プロパティ値
Date
displayName
操作の表示名。
displayName?: string
プロパティ値
string
expiresOn
サーバーで操作結果の有効期限が切れる日時。
expiresOn?: Date
プロパティ値
Date
lastModifiedOn
操作の状態が最後に更新された時刻。
lastModifiedOn: Date
プロパティ値
Date
operationId
操作 ID。
operationId: string
プロパティ値
string