FollowerDatabaseDefinitionResponse

data class FollowerDatabaseDefinitionResponse(val attachedDatabaseConfigurationName: String, val clusterResourceId: String, val databaseName: String, val databaseShareOrigin: String, val tableLevelSharingProperties: TableLevelSharingPropertiesResponse)

A class representing follower database request.

Constructors

Link copied to clipboard
constructor(attachedDatabaseConfigurationName: String, clusterResourceId: String, databaseName: String, databaseShareOrigin: String, tableLevelSharingProperties: TableLevelSharingPropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The origin of the following setup.

Link copied to clipboard