ReadWriteDatabase Class

Definition

Class representing a read write database.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ReadWrite")]
public class ReadWriteDatabase : Microsoft.Azure.Management.Kusto.Models.Database
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ReadWrite")>]
type ReadWriteDatabase = class
    inherit Database
Public Class ReadWriteDatabase
Inherits Database
Inheritance
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ReadWriteDatabase()

Initializes a new instance of the ReadWriteDatabase class.

ReadWriteDatabase(String, String, String, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, DatabaseStatistics, Nullable<Boolean>)

Initializes a new instance of the ReadWriteDatabase class.

Properties

HotCachePeriod

Gets or sets the time the data should be kept in cache for fast queries in TimeSpan.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IsFollowed

Gets indicates whether the database is followed.

Location

Gets or sets resource location.

(Inherited from Database)
Name

Gets the name of the resource

(Inherited from Resource)
ProvisioningState

Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'

SoftDeletePeriod

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

Statistics

Gets the statistics of the database.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to