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