OperationSummary interface
Operation info.
Properties
api |
API version used to create this operation. |
created |
Date and time (UTC) when the operation was created. |
kind | Type of operation. |
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
apiVersion
API version used to create this operation.
apiVersion?: string
Property Value
string
createdOn
Date and time (UTC) when the operation was created.
createdOn: Date
Property Value
Date
kind
Type of operation.
kind: string
Property Value
string
lastUpdatedOn
Date and time (UTC) when the status was last updated.
lastUpdatedOn: Date
Property Value
Date
operationId
Operation ID
operationId: string
Property Value
string
percentCompleted
Operation progress (0-100).
percentCompleted?: number
Property Value
number
resourceLocation
URL of the resource targeted by this operation.
resourceLocation: string
Property Value
string
status
tags
List of key-value tag attributes associated with the document model.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}