CassandraCommandOutput Class

Definition

Response of /command api.

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

Properties

CommandOutput

Output of the command.

Explicit Interface Implementations

IJsonModel<CassandraCommandOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CassandraCommandOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CassandraCommandOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraCommandOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CassandraCommandOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to