Class GoogleCloudContentwarehouseV1HistogramQueryResult
Histogram result that matches HistogramQuery specified in searches.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1HistogramQueryResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Histogram
A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is: * (for string histogram) string values stored in the field.
Declaration
[JsonProperty("histogram")]
public virtual IDictionary<string, long?> Histogram { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, long?> |
HistogramQuery
Requested histogram expression.
Declaration
[JsonProperty("histogramQuery")]
public virtual string HistogramQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |