OperationDetails interface

操作応答オブジェクトを取得します。

プロパティ

apiVersion

この操作の作成に使用される API バージョン。

createdOn

操作が作成された日時 (UTC)。

error

エラーが発生しました。

kind

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

lastUpdatedOn

状態が最後に更新された日時 (UTC)。

operationId

操作 ID

percentCompleted

操作の進行状況 (0 から 100)。

resourceLocation

この操作の対象となるリソースの URL。

status

操作の状態。

tags

ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。

プロパティの詳細

apiVersion

この操作の作成に使用される API バージョン。

apiVersion?: string

プロパティ値

string

createdOn

操作が作成された日時 (UTC)。

createdOn: Date

プロパティ値

Date

error

エラーが発生しました。

error?: ErrorModel

プロパティ値

kind

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

kind: "documentClassifierBuild" | "documentModelBuild" | "documentModelCompose" | "documentModelCopyTo"

プロパティ値

"documentClassifierBuild" | "documentModelBuild" | "documentModelCompose" | "documentModelCopyTo"

lastUpdatedOn

状態が最後に更新された日時 (UTC)。

lastUpdatedOn: Date

プロパティ値

Date

operationId

操作 ID

operationId: string

プロパティ値

string

percentCompleted

操作の進行状況 (0 から 100)。

percentCompleted?: number

プロパティ値

number

resourceLocation

この操作の対象となるリソースの URL。

resourceLocation: string

プロパティ値

string

status

操作の状態。

status: OperationStatus

プロパティ値

tags

ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}