ExtendedCassandraTableResourceInfo Class

Definition

The ExtendedCassandraTableResourceInfo.

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

Constructors

ExtendedCassandraTableResourceInfo(String)

Initializes a new instance of ExtendedCassandraTableResourceInfo.

Properties

AnalyticalStorageTtl

Analytical TTL.

(Inherited from CassandraTableResourceInfo)
DefaultTtl

Time to live of the Cosmos DB Cassandra table.

(Inherited from CassandraTableResourceInfo)
ETag

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

Rid

A system generated property. A unique identifier.

Schema

Schema of the Cosmos DB Cassandra table.

(Inherited from CassandraTableResourceInfo)
TableName

Name of the Cosmos DB Cassandra table.

(Inherited from CassandraTableResourceInfo)
Timestamp

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

Explicit Interface Implementations

IJsonModel<CassandraTableResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CassandraTableResourceInfo)
IJsonModel<ExtendedCassandraTableResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedCassandraTableResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CassandraTableResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CassandraTableResourceInfo)
IPersistableModel<ExtendedCassandraTableResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedCassandraTableResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedCassandraTableResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to