ExtendedRestorableTableResourceInfo Class

Definition

The resource of an Azure Cosmos DB Table event.

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

Properties

CanUndelete

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

CanUndeleteReason

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

EventTimestamp

The time when this table event happened.

OperationType

The operation type of this table event.

Rid

A system generated property. A unique identifier.

TableId

The resource ID of this Table.

TableName

The name of this Table.

Explicit Interface Implementations

IJsonModel<ExtendedRestorableTableResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedRestorableTableResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedRestorableTableResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedRestorableTableResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedRestorableTableResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to