Follower Database Definition Response
    data class FollowerDatabaseDefinitionResponse(val attachedDatabaseConfigurationName: String, val databaseName: String, val kustoPoolResourceId: String)
A class representing follower database request.
Constructors
Link copied to clipboard
                fun FollowerDatabaseDefinitionResponse(attachedDatabaseConfigurationName: String, databaseName: String, kustoPoolResourceId: String)