CassandraViewGetPropertiesResource Class

Definition

The CassandraViewGetPropertiesResource.

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

Constructors

CassandraViewGetPropertiesResource(String, String)

Initializes a new instance of CassandraViewGetPropertiesResource.

Properties

ETag

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

Id

Name of the Cosmos DB Cassandra view.

(Inherited from CassandraViewResource)
Rid

A system generated property. A unique identifier.

Timestamp

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

ViewDefinition

View Definition of the Cosmos DB Cassandra view.

(Inherited from CassandraViewResource)

Explicit Interface Implementations

IJsonModel<CassandraViewGetPropertiesResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CassandraViewGetPropertiesResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CassandraViewResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CassandraViewResource)
IPersistableModel<CassandraViewGetPropertiesResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraViewGetPropertiesResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CassandraViewGetPropertiesResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CassandraViewResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CassandraViewResource)

Applies to