Gen1EnvironmentCreationProperties interface

Properties used to create a Gen1 environment.

Properties

dataRetentionTime

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

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.

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

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