CosmosDBTablePropertiesResource Class

Definition

The CosmosDBTablePropertiesResource.

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

Constructors

CosmosDBTablePropertiesResource(String)

Initializes a new instance of CosmosDBTablePropertiesResource.

Properties

CreateMode

Enum to indicate the mode of resource creation.

(Inherited from CosmosDBTableResourceInfo)
ETag

A system generated property representing the resource etag required for optimistic concurrency control.

RestoreParameters

Parameters to indicate the information about the restore.

(Inherited from CosmosDBTableResourceInfo)
Rid

A system generated property. A unique identifier.

TableName

Name of the Cosmos DB table.

(Inherited from CosmosDBTableResourceInfo)
Timestamp

A system generated property that denotes the last updated timestamp of the resource.

Explicit Interface Implementations

IJsonModel<CosmosDBTablePropertiesResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBTablePropertiesResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CosmosDBTableResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CosmosDBTableResourceInfo)
IJsonModel<CosmosDBTableResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBTableResourceInfo)
IPersistableModel<CosmosDBTablePropertiesResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBTablePropertiesResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBTablePropertiesResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CosmosDBTableResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBTableResourceInfo)
IPersistableModel<CosmosDBTableResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CosmosDBTableResourceInfo)
IPersistableModel<CosmosDBTableResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBTableResourceInfo)

Applies to