Class GoogleCloudContentwarehouseV1HistogramQuery
The histogram request.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1HistogramQuery : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filters
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.
Declaration
[JsonProperty("filters")]
public virtual GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter |
HistogramQuery
An expression specifies a histogram request against matching documents for searches. See SearchDocumentsRequest.histogram_queries for details about syntax.
Declaration
[JsonProperty("histogramQuery")]
public virtual string HistogramQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequirePreciseResultSize
Controls if the histogram query requires the return of a precise count. Enable this flag may adversely impact performance. Defaults to true.
Declaration
[JsonProperty("requirePreciseResultSize")]
public virtual bool? RequirePreciseResultSize { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |