RestorableSqlContainerPropertiesResource interface

The resource of an Azure Cosmos DB SQL container event

Properties

canUndelete

A state of this container to identify if this container is restorable in same account. NOTE: This property will not be serialized. It can only be populated by the server.

canUndeleteReason

The reason why this container can not be restored in same account. NOTE: This property will not be serialized. It can only be populated by the server.

container

Cosmos DB SQL container resource object

eventTimestamp

The when this container event happened. NOTE: This property will not be serialized. It can only be populated by the server.

operationType

The operation type of this container event. NOTE: This property will not be serialized. It can only be populated by the server.

ownerId

The name of this SQL container. NOTE: This property will not be serialized. It can only be populated by the server.

ownerResourceId

The resource ID of this SQL container. NOTE: This property will not be serialized. It can only be populated by the server.

rid

A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

canUndelete

A state of this container to identify if this container is restorable in same account. NOTE: This property will not be serialized. It can only be populated by the server.

canUndelete?: string

Property Value

string

canUndeleteReason

The reason why this container can not be restored in same account. NOTE: This property will not be serialized. It can only be populated by the server.

canUndeleteReason?: string

Property Value

string

container

Cosmos DB SQL container resource object

container?: RestorableSqlContainerPropertiesResourceContainer

Property Value

eventTimestamp

The when this container event happened. NOTE: This property will not be serialized. It can only be populated by the server.

eventTimestamp?: string

Property Value

string

operationType

The operation type of this container event. NOTE: This property will not be serialized. It can only be populated by the server.

operationType?: string

Property Value

string

ownerId

The name of this SQL container. NOTE: This property will not be serialized. It can only be populated by the server.

ownerId?: string

Property Value

string

ownerResourceId

The resource ID of this SQL container. NOTE: This property will not be serialized. It can only be populated by the server.

ownerResourceId?: string

Property Value

string

rid

A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.

rid?: string

Property Value

string