GoogleCloudContentwarehouseV1HistogramQuery

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQuery


Table of Contents ▼

Jump to a specific part of the page:

Description

The histogram request.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. filters (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter, default: nil)
    - Optional. Filter the result of histogram query by the property names. It only works with histogram query count('FilterableProperties'). It is an optional. It will perform histogram on all the property names for all the document schemas. Setting this field will have a better performance.
  2. histogramQuery (type: String.t, default: nil)
    - An expression specifies a histogram request against matching documents for searches. See SearchDocumentsRequest.histogram_queries for details about syntax.
  3. requirePreciseResultSize (type: boolean(), default: nil)
    - Controls if the histogram query requires the return of a precise count. Enable this flag may adversely impact performance. Defaults to true.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQuery{
filters: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter.t() | nil,
histogramQuery: String.t() | nil,
requirePreciseResultSize: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQuery