Class HistogramQueryResult
Output only. Histogram result that matches HistogramSpec specified in searches.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class HistogramQueryResult : 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. * (for
named numeric bucket) name specified in bucket()
function, like for bucket(0, MAX, "non-negative")
, the
key will be non-negative
. * (for anonymous numeric bucket) range formatted as -
, for example, 0-1000
,
MIN-0
, and 0-MAX
.
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 |