ReadOnlyFollowingDatabase interface
Class representing a read only following database.
- Extends
Properties
attached |
The name of the attached database configuration cluster 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. |
hot |
The time the data should be kept in cache for fast queries in TimeSpan. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
leader |
The name of the leader cluster NOTE: This property will not be serialized. It can only be populated by the server. |
original |
The original database name, before databaseNameOverride or databaseNamePrefix where applied. NOTE: This property will not be serialized. It can only be populated by the server. |
principals |
The principals modification kind of the database NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
soft |
The time the data should be kept before it stops being accessible to queries in TimeSpan. NOTE: This property will not be serialized. It can only be populated by the server. |
statistics | The statistics of the database. NOTE: This property will not be serialized. It can only be populated by the server. |
suspension |
The database suspension details. If the database is suspended, this object contains information related to the database's suspension state. 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. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
attachedDatabaseConfigurationName
The name of the attached database configuration cluster NOTE: This property will not be serialized. It can only be populated by the server.
attachedDatabaseConfigurationName?: 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
hotCachePeriod
The time the data should be kept in cache for fast queries in TimeSpan.
hotCachePeriod?: string
Property Value
string
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "ReadOnlyFollowing"
Property Value
"ReadOnlyFollowing"
leaderClusterResourceId
The name of the leader cluster NOTE: This property will not be serialized. It can only be populated by the server.
leaderClusterResourceId?: string
Property Value
string
originalDatabaseName
The original database name, before databaseNameOverride or databaseNamePrefix where applied. NOTE: This property will not be serialized. It can only be populated by the server.
originalDatabaseName?: string
Property Value
string
principalsModificationKind
The principals modification kind of the database NOTE: This property will not be serialized. It can only be populated by the server.
principalsModificationKind?: string
Property Value
string
provisioningState
The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
softDeletePeriod
The time the data should be kept before it stops being accessible to queries in TimeSpan. NOTE: This property will not be serialized. It can only be populated by the server.
softDeletePeriod?: string
Property Value
string
statistics
The statistics of the database. NOTE: This property will not be serialized. It can only be populated by the server.
statistics?: DatabaseStatistics
Property Value
suspensionDetails
The database suspension details. If the database is suspended, this object contains information related to the database's suspension state. NOTE: This property will not be serialized. It can only be populated by the server.
suspensionDetails?: SuspensionDetails
Property Value
tableLevelSharingProperties
Table level sharing specifications NOTE: This property will not be serialized. It can only be populated by the server.
tableLevelSharingProperties?: TableLevelSharingProperties
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Database.id
location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Database.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Database.type