Interface FollowerDatabaseDefinition


public interface FollowerDatabaseDefinition
An immutable client-side representation of FollowerDatabaseDefinition.
  • Method Details

    • clusterResourceId

      String clusterResourceId()
      Gets the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.
      Returns:
      the clusterResourceId value.
    • attachedDatabaseConfigurationName

      String attachedDatabaseConfigurationName()
      Gets the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.
      Returns:
      the attachedDatabaseConfigurationName value.
    • databaseName

      String databaseName()
      Gets the databaseName property: The database name owned by this cluster that was followed. * in case following all databases.
      Returns:
      the databaseName value.
    • tableLevelSharingProperties

      TableLevelSharingProperties tableLevelSharingProperties()
      Gets the tableLevelSharingProperties property: Table level sharing specifications.
      Returns:
      the tableLevelSharingProperties value.
    • databaseShareOrigin

      DatabaseShareOrigin databaseShareOrigin()
      Gets the databaseShareOrigin property: The origin of the following setup.
      Returns:
      the databaseShareOrigin value.
    • innerModel

      Gets the inner com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner object.
      Returns:
      the inner object.