ExtendedRestorableGremlinDatabaseResourceInfo Class

Definition

The resource of an Azure Cosmos DB Gremlin database event.

public class ExtendedRestorableGremlinDatabaseResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinDatabaseResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinDatabaseResourceInfo>
type ExtendedRestorableGremlinDatabaseResourceInfo = class
    interface IJsonModel<ExtendedRestorableGremlinDatabaseResourceInfo>
    interface IPersistableModel<ExtendedRestorableGremlinDatabaseResourceInfo>
Public Class ExtendedRestorableGremlinDatabaseResourceInfo
Implements IJsonModel(Of ExtendedRestorableGremlinDatabaseResourceInfo), IPersistableModel(Of ExtendedRestorableGremlinDatabaseResourceInfo)
Inheritance
ExtendedRestorableGremlinDatabaseResourceInfo
Implements

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.

DatabaseId

The resource ID of this Gremlin database.

DatabaseName

The name of this Gremlin database.

EventTimestamp

The time when this database event happened.

OperationType

The operation type of this database event.

Rid

A system generated property. A unique identifier.

Explicit Interface Implementations

IJsonModel<ExtendedRestorableGremlinDatabaseResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExtendedRestorableGremlinDatabaseResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedRestorableGremlinDatabaseResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedRestorableGremlinDatabaseResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExtendedRestorableGremlinDatabaseResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to