ReadWriteDatabaseProperties interface
Class representing the Kusto database properties.
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. |
| 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. |
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
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