GetDatabaseResult

data class GetDatabaseResult(val clusterName: String, val hotCachePeriod: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val size: Double, val softDeletePeriod: String)

A collection of values returned by getDatabase.

Constructors

Link copied to clipboard
constructor(clusterName: String, hotCachePeriod: String, id: String, location: String, name: String, resourceGroupName: String, size: Double, softDeletePeriod: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The time the data that should be kept in cache for fast queries as ISO 8601 timespan.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region in which the managed Kusto Database exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The size of the database in bytes.

Link copied to clipboard

The time the data should be kept before it stops being accessible to queries as ISO 8601 timespan.