RestorableSqlContainerPropertiesResource interface
The resource of an Azure Cosmos DB SQL container event
Properties
| can |
A state of this container to identify if this container is restorable in same account. |
| can |
The reason why this container can not be restored in same account. |
| container | Cosmos DB SQL container resource object |
| event |
The when this container event happened. |
| operation |
The operation type of this container event. |
| owner |
The name of this SQL container. |
| owner |
The resource ID of this SQL container. |
| rid | A system generated property. A unique identifier. |
Property Details
canUndelete
A state of this container to identify if this container is restorable in same account.
canUndelete?: string
Property Value
string
canUndeleteReason
The reason why this container can not be restored in same account.
canUndeleteReason?: string
Property Value
string
container
Cosmos DB SQL container resource object
container?: RestorableSqlContainerPropertiesResourceContainer
Property Value
eventTimestamp
The when this container event happened.
eventTimestamp?: string
Property Value
string
operationType
The operation type of this container event.
operationType?: string
Property Value
string
ownerId
The name of this SQL container.
ownerId?: string
Property Value
string
ownerResourceId
The resource ID of this SQL container.
ownerResourceId?: string
Property Value
string
rid
A system generated property. A unique identifier.
rid?: string
Property Value
string