GetGen1EnvironmentResult

data class GetGen1EnvironmentResult(val creationTime: String, val dataAccessFqdn: String, val dataAccessId: String, val dataRetentionTime: String, val id: String, val kind: String, val location: String, val name: String, val partitionKeyProperties: List<TimeSeriesIdPropertyResponse>? = null, val provisioningState: String, val sku: SkuResponse, val status: EnvironmentStatusResponse, val storageLimitExceededBehavior: String? = null, val tags: Map<String, String>? = null, val type: String)

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen1 environments have data retention limits.

Constructors

Link copied to clipboard
constructor(creationTime: String, dataAccessFqdn: String, dataAccessId: String, dataRetentionTime: String, id: String, kind: String, location: String, name: String, partitionKeyProperties: List<TimeSeriesIdPropertyResponse>? = null, provisioningState: String, sku: SkuResponse, status: EnvironmentStatusResponse, storageLimitExceededBehavior: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the resource was created.

Link copied to clipboard

The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.

Link copied to clipboard

An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.

Link copied to clipboard

ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The kind of the environment. Expected value is 'Gen1'.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.

Link copied to clipboard

An object that represents the status of the environment, and its internal state in the Time Series Insights service.

Link copied to clipboard

The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type