Partager via


RestorableGremlinDatabasePropertiesResource Class

Definition

The resource of an Azure Cosmos DB Gremlin database event

public class RestorableGremlinDatabasePropertiesResource
type RestorableGremlinDatabasePropertiesResource = class
Public Class RestorableGremlinDatabasePropertiesResource
Inheritance
RestorableGremlinDatabasePropertiesResource

Constructors

RestorableGremlinDatabasePropertiesResource()

Initializes a new instance of the RestorableGremlinDatabasePropertiesResource class.

RestorableGremlinDatabasePropertiesResource(String, String, String, String, String, String, String)

Initializes a new instance of the RestorableGremlinDatabasePropertiesResource class.

Properties

CanUndelete

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

CanUndeleteReason

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

EventTimestamp

Gets the time when this database event happened.

OperationType

Gets the operation type of this database event. Possible values include: 'Create', 'Replace', 'Delete', 'Recreate', 'SystemOperation'

OwnerId

Gets the name of this Gremlin database.

OwnerResourceId

Gets the resource ID of this Gremlin database.

Rid

Gets a system generated property. A unique identifier.

Applies to