ReadWriteDatabase Class
Class representing a read write database.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.kusto.models._models_py3.DatabaseReadWriteDatabase
Constructor
ReadWriteDatabase(*, location: Optional[str] = None, soft_delete_period: Optional[datetime.timedelta] = None, hot_cache_period: Optional[datetime.timedelta] = None, **kwargs)
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- location
- str
Resource location.
- kind
- str or <xref:kusto_management_client.models.Kind>
Required. Kind of the database.Constant filled by server. Possible values include: "ReadWrite", "ReadOnlyFollowing".
- provisioning_state
- str or <xref:kusto_management_client.models.ProvisioningState>
The provisioned state of the resource. Possible values include: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving".
- soft_delete_period
- timedelta
The time the data should be kept before it stops being accessible to queries in TimeSpan.
- hot_cache_period
- timedelta
The time the data should be kept in cache for fast queries in TimeSpan.
- statistics
- <xref:kusto_management_client.models.DatabaseStatistics>
The statistics of the database.
- is_followed
- bool
Indicates whether the database is followed.
Feedback
Submit and view feedback for