Get Gen1Environment Result
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
Properties
The Azure API version of the resource.
The time the resource was created.
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.
An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
Provisioning state of the resource.
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.
An object that represents the status of the environment, and its internal state in the Time Series Insights service.
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.