Condividi tramite


KustoFollowerDatabaseDefinition Class

Definition

A class representing follower database request.

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

Constructors

KustoFollowerDatabaseDefinition(ResourceIdentifier, String)

Initializes a new instance of KustoFollowerDatabaseDefinition.

Properties

AttachedDatabaseConfigurationName

Resource name of the attached database configuration in the follower cluster.

ClusterResourceId

Resource id of the cluster that follows a database owned by this cluster.

DatabaseName

The database name owned by this cluster that was followed. * in case following all databases.

DatabaseShareOrigin

The origin of the following setup.

TableLevelSharingProperties

Table level sharing specifications.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoFollowerDatabaseDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoFollowerDatabaseDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoFollowerDatabaseDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoFollowerDatabaseDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoFollowerDatabaseDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to