ReadWriteDatabaseProperties interface

Class representing the Kusto database properties.

Properties

hotCachePeriod

The time the data should be kept in cache for fast queries in TimeSpan.

isFollowed

Indicates whether the database is followed.

keyVaultProperties

KeyVault properties for the database encryption.

provisioningState

The provisioned state of the resource.

softDeletePeriod

The time the data should be kept before it stops being accessible to queries in TimeSpan.

statistics

The statistics of the database.

suspensionDetails

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

The statistics of the database.

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.

suspensionDetails?: SuspensionDetails

Property Value