Module Values_1.DataSetRefreshPropertiesSource

The refresh properties of a dataset.

Sourcetype nonrec t = {
  1. refreshConfiguration : RefreshConfiguration.t option;
    (*

    The refresh configuration for a dataset.

    *)
  2. failureConfiguration : RefreshFailureConfiguration.t option;
    (*

    The failure configuration for a dataset.

    *)
}
Sourceval make : ?refreshConfiguration:??? -> ?failureConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Long of PositiveLong.t | `String of Values_0.String_.t ]) list ]) list ]) list ]) 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