RestorableMongodbDatabasePropertiesResource interface

The resource of an Azure Cosmos DB MongoDB database event

Properties

canUndelete

A state of this database to identify if this database is restorable in same account.

canUndeleteReason

The reason why this database can not be restored in same account.

eventTimestamp

The time when this database event happened.

operationType

The operation type of this database event.

ownerId

The name of this MongoDB database.

ownerResourceId

The resource ID of this MongoDB database.

rid

A system generated property. A unique identifier.

Property Details

canUndelete

A state of this database to identify if this database is restorable in same account.

canUndelete?: string

Property Value

string

canUndeleteReason

The reason why this database can not be restored in same account.

canUndeleteReason?: string

Property Value

string

eventTimestamp

The time when this database event happened.

eventTimestamp?: string

Property Value

string

operationType

The operation type of this database event.

operationType?: string

Property Value

string

ownerId

The name of this MongoDB database.

ownerId?: string

Property Value

string

ownerResourceId

The resource ID of this MongoDB database.

ownerResourceId?: string

Property Value

string

rid

A system generated property. A unique identifier.

rid?: string

Property Value

string