Package version:

Interface DocumentModelBuildOperationDetails

Get Operation response object.

Hierarchy

Properties

apiVersion?: string

API version used to create this operation.

createdOn: Date

Date and time (UTC) when the operation was created.

error?: ErrorModel

Encountered error.

kind: "documentModelBuild"

Polymorphic discriminator, which specifies the different types this object can be

lastUpdatedOn: Date

Date and time (UTC) when the status was last updated.

operationId: string

Operation ID

percentCompleted?: number

Operation progress (0-100).

resourceLocation: string

URL of the resource targeted by this operation.

Operation result upon success.

Operation status.

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

List of key-value tag attributes associated with the document model.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc