Class WarmStoreConfigurationProperties

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.WarmStoreConfigurationProperties

public final class WarmStoreConfigurationProperties extends Object
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.
  • Constructor Details

    • WarmStoreConfigurationProperties

      public WarmStoreConfigurationProperties()
      Creates an instance of WarmStoreConfigurationProperties class.
  • Method Details

    • dataRetention

      public Duration dataRetention()
      Get the dataRetention property: ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store.
      Returns:
      the dataRetention value.
    • withDataRetention

      public WarmStoreConfigurationProperties withDataRetention(Duration dataRetention)
      Set the dataRetention property: ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store.
      Parameters:
      dataRetention - the dataRetention value to set.
      Returns:
      the WarmStoreConfigurationProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.