ExtendedCassandraKeyspaceResourceInfo Class

Definition

The ExtendedCassandraKeyspaceResourceInfo.

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

Constructors

ExtendedCassandraKeyspaceResourceInfo(String)

Initializes a new instance of ExtendedCassandraKeyspaceResourceInfo.

Properties

ETag

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

KeyspaceName

Name of the Cosmos DB Cassandra keyspace.

(Inherited from CassandraKeyspaceResourceInfo)
Rid

A system generated property. A unique identifier.

Timestamp

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

Explicit Interface Implementations

IJsonModel<CassandraKeyspaceResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CassandraKeyspaceResourceInfo)
IJsonModel<ExtendedCassandraKeyspaceResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedCassandraKeyspaceResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CassandraKeyspaceResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CassandraKeyspaceResourceInfo)
IPersistableModel<ExtendedCassandraKeyspaceResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedCassandraKeyspaceResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedCassandraKeyspaceResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to