Follower Database Definition Response
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
fun FollowerDatabaseDefinitionResponse(attachedDatabaseConfigurationName: String, clusterResourceId: String, databaseName: String, databaseShareOrigin: String, tableLevelSharingProperties: TableLevelSharingPropertiesResponse)