Module Values.ScheduledQueryInsightsSource

Encapsulates settings for enabling QueryInsights on an ExecuteScheduledQueryRequest.

Sourcetype nonrec t = {
  1. mode : ScheduledQueryInsightsMode.t;
    (*

    Provides the following modes to enable ScheduledQueryInsights: ENABLED_WITH_RATE_CONTROL – Enables ScheduledQueryInsights for the queries being processed. This mode also includes a rate control mechanism, which limits the QueryInsights feature to 1 query per second (QPS). DISABLED – Disables ScheduledQueryInsights.

    *)
}
Sourceval context_ : string
Sourceval make : mode:ScheduledQueryInsightsMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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