Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Gen1EnvironmentCreationProperties

Package version

Properties used to create a Gen1 environment.

Hierarchy

  • Gen1EnvironmentCreationProperties

Index

Properties

dataRetentionTime

dataRetentionTime: string

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

Optional partitionKeyProperties

partitionKeyProperties: TimeSeriesIdProperty[]

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

Optional storageLimitExceededBehavior

storageLimitExceededBehavior: 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.

Generated using TypeDoc