你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WarmStoreConfigurationProperties Class

Definition

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.WarmStoreConfigurationPropertiesTypeConverter))]
public class WarmStoreConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IWarmStoreConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.WarmStoreConfigurationPropertiesTypeConverter))>]
type WarmStoreConfigurationProperties = class
    interface IWarmStoreConfigurationProperties
    interface IJsonSerializable
Public Class WarmStoreConfigurationProperties
Implements IWarmStoreConfigurationProperties
Inheritance
WarmStoreConfigurationProperties
Attributes
Implements

Constructors

WarmStoreConfigurationProperties()

Creates an new WarmStoreConfigurationProperties instance.

Properties

DataRetention

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WarmStoreConfigurationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WarmStoreConfigurationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IWarmStoreConfigurationProperties.

FromJsonString(String)

Creates a new instance of WarmStoreConfigurationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WarmStoreConfigurationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to