DatabasePropertiesResponseGeoReplication

data class DatabasePropertiesResponseGeoReplication(val groupNickname: String? = null, val linkedDatabases: List<LinkedDatabaseResponse>? = null)

Optional set of properties to configure geo replication for this database.

Constructors

Link copied to clipboard
constructor(groupNickname: String? = null, linkedDatabases: List<LinkedDatabaseResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupNickname: String? = null

Name for the group of linked database resources

Link copied to clipboard

List of database resources to link with this database