Show / Hide Table of Contents

Class HistogramQueryResult

Output only. Histogram result that matches HistogramSpec specified in searches.

Inheritance
object
HistogramQueryResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX