Get Gen1Environment Result
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
fun GetGen1EnvironmentResult(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
Properties
Link copied to clipboard
Link copied to clipboard
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.