OperationResult Class
Operation Result Entity.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
OperationResult
Constructor
OperationResult(*, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, percent_complete: Optional[float] = None, code: Optional[str] = None, message: Optional[str] = None, operation_kind: Optional[str] = None, operation_state: Optional[str] = None, **kwargs)
Variables
- id
- str
ID of the resource.
- name
- str
Name of the resource.
- status
- str or <xref:kusto_management_client.models.Status>
status of the Operation result. Possible values include: "Succeeded", "Canceled", "Failed", "Running".
- start_time
- datetime
The operation start time.
- end_time
- datetime
The operation end time.
- percent_complete
- float
Percentage completed.
- code
- str
The code of the error.
- message
- str
The error message.
- operation_kind
- str
The kind of the operation.
- provisioning_state
- str or <xref:kusto_management_client.models.ProvisioningState>
The provisioned state of the resource. Possible values include: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving".
- operation_state
- str
The state of the operation.
Feedback
Submit and view feedback for