Interface ScheduledQueryInsights.Builder

    • Method Detail

      • mode

        ScheduledQueryInsights.Builder mode​(String mode)

        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.

        Parameters:
        mode - 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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScheduledQueryInsightsMode, ScheduledQueryInsightsMode
      • mode

        ScheduledQueryInsights.Builder mode​(ScheduledQueryInsightsMode mode)

        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.

        Parameters:
        mode - 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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScheduledQueryInsightsMode, ScheduledQueryInsightsMode