Class DatabaseState
Inherited Members
Namespace: Pulumi.Azure.Kusto
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DatabaseState : ResourceArgs
Constructors
View SourceDatabaseState()
Declaration
public DatabaseState()
Properties
View SourceClusterName
Specifies the name of the Kusto Cluster this database will be added to. Changing this forces a new resource to be created.
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HotCachePeriod
The time the data that should be kept in cache for fast queries as ISO 8601 timespan. Default is unlimited. For more information see: ISO 8601 Timespan
Declaration
public Input<string> HotCachePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The location where the Kusto Database should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Kusto Database to create. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Specifies the Resource Group where the Kusto Database should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
The size of the database in bytes.
Declaration
public Input<double> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
SoftDeletePeriod
The time the data should be kept before it stops being accessible to queries as ISO 8601 timespan. Default is unlimited. For more information see: ISO 8601 Timespan
Declaration
public Input<string> SoftDeletePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |