FollowerDatabaseDefinitionResponse

data class FollowerDatabaseDefinitionResponse(val attachedDatabaseConfigurationName: String, val databaseName: String, val kustoPoolResourceId: String)

A class representing follower database request.

Constructors

Link copied to clipboard
constructor(attachedDatabaseConfigurationName: String, databaseName: String, kustoPoolResourceId: String)

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

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

Link copied to clipboard

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