FollowerDatabaseDefinition interface
A class representing follower database request.
Properties
attached |
Resource name of the attached database configuration in the follower cluster. |
cluster |
Resource id of the cluster that follows a database owned by this cluster. |
database |
The database name owned by this cluster that was followed. * in case following all databases. NOTE: This property will not be serialized. It can only be populated by the server. |
database |
The origin of the following setup. NOTE: This property will not be serialized. It can only be populated by the server. |
table |
Table level sharing specifications NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
attachedDatabaseConfigurationName
Resource name of the attached database configuration in the follower cluster.
attachedDatabaseConfigurationName: string
Property Value
string
clusterResourceId
Resource id of the cluster that follows a database owned by this cluster.
clusterResourceId: string
Property Value
string
databaseName
The database name owned by this cluster that was followed. * in case following all databases. NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: string
Property Value
string
databaseShareOrigin
The origin of the following setup. NOTE: This property will not be serialized. It can only be populated by the server.
databaseShareOrigin?: string
Property Value
string
tableLevelSharingProperties
Table level sharing specifications NOTE: This property will not be serialized. It can only be populated by the server.
tableLevelSharingProperties?: TableLevelSharingProperties