FollowerDatabaseDefinition Class

A class representing follower database request.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.kusto._serialization.Model
FollowerDatabaseDefinition

Constructor

FollowerDatabaseDefinition(*, cluster_resource_id: str, attached_database_configuration_name: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
cluster_resource_id
str

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

attached_database_configuration_name
str

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

Variables

Name Description
cluster_resource_id
str

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

attached_database_configuration_name
str

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

database_name
str

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

table_level_sharing_properties

Table level sharing specifications.

database_share_origin

The origin of the following setup. Known values are: "Direct", "DataShare", and "Other".