DocumentModelComposeOperationDetails interface
Get Operation response object.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
result | Operation result upon success. |
Inherited Properties
api |
API version used to create this operation. |
created |
Date and time (UTC) when the operation was created. |
error | Encountered error. |
last |
Date and time (UTC) when the status was last updated. |
operation |
Operation ID |
percent |
Operation progress (0-100). |
resource |
URL of the resource targeted by this operation. |
status | Operation status. |
tags | List of key-value tag attributes associated with the document model. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "documentModelCompose"
Property Value
"documentModelCompose"
result
Inherited Property Details
apiVersion
API version used to create this operation.
apiVersion?: string
Property Value
string
Inherited From OperationDetails.apiVersion
createdOn
Date and time (UTC) when the operation was created.
createdOn: Date
Property Value
Date
Inherited From OperationDetails.createdOn
error
lastUpdatedOn
Date and time (UTC) when the status was last updated.
lastUpdatedOn: Date
Property Value
Date
Inherited From OperationDetails.lastUpdatedOn
operationId
percentCompleted
Operation progress (0-100).
percentCompleted?: number
Property Value
number
Inherited From OperationDetails.percentCompleted
resourceLocation
URL of the resource targeted by this operation.
resourceLocation: string
Property Value
string
Inherited From OperationDetails.resourceLocation
status
tags
List of key-value tag attributes associated with the document model.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From OperationDetails.tags