ReadWriteDatabase interface
Class representing a read write database.
- Extends
Properties
| hot |
The time the data should be kept in cache for fast queries in TimeSpan. |
| is |
Indicates whether the database is followed. |
| key |
KeyVault properties for the database encryption. |
| kind | Kind of the database |
| provisioning |
The provisioned state of the resource. |
| soft |
The time the data should be kept before it stops being accessible to queries in TimeSpan. |
| statistics | The statistics of the database. |
| suspension |
The database suspension details. If the database is suspended, this object contains information related to the database's suspension state. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | Resource location. |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
hotCachePeriod
The time the data should be kept in cache for fast queries in TimeSpan.
hotCachePeriod?: string
Property Value
string
isFollowed
Indicates whether the database is followed.
isFollowed?: boolean
Property Value
boolean
keyVaultProperties
KeyVault properties for the database encryption.
keyVaultProperties?: KeyVaultProperties
Property Value
kind
Kind of the database
kind: "ReadWrite"
Property Value
"ReadWrite"
provisioningState
The provisioned state of the resource.
provisioningState?: string
Property Value
string
softDeletePeriod
The time the data should be kept before it stops being accessible to queries in TimeSpan.
softDeletePeriod?: string
Property Value
string
statistics
suspensionDetails
The database suspension details. If the database is suspended, this object contains information related to the database's suspension state.
suspensionDetails?: SuspensionDetails
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From Database.id
location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From Database.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From Database.type