CassandraReaperStatus Class

Definition

The CassandraReaperStatus.

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

Properties

IsHealthy

Gets the is healthy.

RepairRunIds

Dictionary of <string>.

RepairSchedules

Dictionary of <string>.

Explicit Interface Implementations

IJsonModel<CassandraReaperStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CassandraReaperStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CassandraReaperStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraReaperStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CassandraReaperStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to