KustoFollowerDatabase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing follower database object.
public class KustoFollowerDatabase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase>
type KustoFollowerDatabase = class
interface IJsonModel<KustoFollowerDatabase>
interface IPersistableModel<KustoFollowerDatabase>
Public Class KustoFollowerDatabase
Implements IJsonModel(Of KustoFollowerDatabase), IPersistableModel(Of KustoFollowerDatabase)
- Inheritance
-
KustoFollowerDatabase
- Implements
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<KustoFollowerDatabase>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KustoFollowerDatabase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KustoFollowerDatabase>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KustoFollowerDatabase>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KustoFollowerDatabase>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET