Gen1EnvironmentUpdateParameters interface
Parameters supplied to the Update Environment operation to update a Gen1 environment.
- Extends
Properties
| data |
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 |
| sku | The sku of the environment. |
| storage |
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
| tags | Key-value pairs of additional properties for the environment. |
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"
sku
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
tags
Key-value pairs of additional properties for the environment.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From EnvironmentUpdateParameters.tags