Gen1EnvironmentCreateOrUpdateParameters interface

Parameters supplied to the Create or Update Environment operation for a Gen1 environment.

Extends

Properties

dataRetentionTime

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

kind

Polymorphic discriminator, which specifies the different types this object can be

partitionKeyProperties

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

storageLimitExceededBehavior

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.

Inherited Properties

location

The location of the resource.

sku

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.

tags

Key-value pairs of additional properties for the resource.

Property Details

dataRetentionTime

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

dataRetentionTime: string

Property Value

string

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "Gen1"

Property Value

"Gen1"

partitionKeyProperties

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

partitionKeyProperties?: TimeSeriesIdProperty[]

Property Value

storageLimitExceededBehavior

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.

storageLimitExceededBehavior?: string

Property Value

string

Inherited Property Details

location

The location of the resource.

location: string

Property Value

string

Inherited From EnvironmentCreateOrUpdateParameters.location

sku

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.

sku: Sku

Property Value

Sku

Inherited From EnvironmentCreateOrUpdateParameters.sku

tags

Key-value pairs of additional properties for the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From EnvironmentCreateOrUpdateParameters.tags