PurgeHistoryResult Class
Information provided when the request to purge history has been made.
Constructor
PurgeHistoryResult(instancesDeleted: int, **kwargs)
Parameters
| Name | Description |
|---|---|
|
instancesDeleted
Required
|
|
Methods
| from_json |
Convert the value passed into a new instance of the class. |
from_json
Convert the value passed into a new instance of the class.
from_json(json_obj: Dict[Any, Any])
Parameters
| Name | Description |
|---|---|
|
json_obj
Required
|
<xref:Dict>[<xref:Any>, <xref:Any>]
JSON object to be converted into an instance of the class |
Returns
| Type | Description |
|---|---|
|
New instance of the durable orchestration status class |
Attributes
instances_deleted
Get the number of deleted instances.