RestorableSqlContainerPropertiesResource Class

The resource of an Azure Cosmos DB SQL container event.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RestorableSqlContainerPropertiesResource

Constructor

RestorableSqlContainerPropertiesResource(*, container: Optional[_models.RestorableSqlContainerPropertiesResourceContainer] = None, **kwargs)

Variables

rid
str

A system generated property. A unique identifier.

operation_type
str or OperationType

The operation type of this container event. Known values are: "Create", "Replace", "Delete", "SystemOperation".

event_timestamp
str

The when this container event happened.

owner_id
str

The name of this SQL container.

owner_resource_id
str

The resource ID of this SQL container.

container
RestorableSqlContainerPropertiesResourceContainer

Cosmos DB SQL container resource object.