Module Values.RetentionPropertiesSource

Retention properties contain the duration for which your time-series data must be stored in the magnetic store and the memory store.

Sourcetype nonrec t = {
  1. memoryStoreRetentionPeriodInHours : MemoryStoreRetentionPeriodInHours.t;
    (*

    The duration for which data must be stored in the memory store.

    *)
  2. magneticStoreRetentionPeriodInDays : MagneticStoreRetentionPeriodInDays.t;
    (*

    The duration for which data must be stored in the magnetic store.

    *)
}
Sourceval context_ : string
Sourceval make : memoryStoreRetentionPeriodInHours:MemoryStoreRetentionPeriodInHours.t -> magneticStoreRetentionPeriodInDays:MagneticStoreRetentionPeriodInDays.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of MemoryStoreRetentionPeriodInHours.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t