ReadWriteDatabase interface

Class representing a read write database.

Extends

Properties

hotCachePeriod

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

isFollowed

Indicates whether the database is followed. NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultProperties

KeyVault properties for the database encryption.

kind

Polymorphic discriminator, which specifies the different types this object can be

provisioningState

The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

softDeletePeriod

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

statistics

The statistics of the database. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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

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. NOTE: This property will not be serialized. It can only be populated by the server.

isFollowed?: boolean

Property Value

boolean

keyVaultProperties

KeyVault properties for the database encryption.

keyVaultProperties?: KeyVaultProperties

Property Value

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "ReadWrite"

Property Value

"ReadWrite"

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.

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

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

Resource location.

location?: string

Property Value

string

Inherited From Database.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