ReadOnlyFollowingDatabase Class

Class representing a read only following 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.Database
ReadOnlyFollowingDatabase

Constructor

ReadOnlyFollowingDatabase(*, location: Optional[str] = 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.

leader_cluster_resource_id
str

The name of the leader cluster.

attached_database_configuration_name
str

The name of the attached database configuration cluster.

principals_modification_kind
str or <xref:kusto_management_client.models.PrincipalsModificationKind>

The principals modification kind of the database. Possible values include: "Union", "Replace", "None".