Google Cloud Talent Solution v4beta1 API - Class HistogramQueryResult (3.0.0-beta05)

public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class HistogramQueryResult.

Histogram result that matches [HistogramQuery][google.cloud.talent.v4beta1.HistogramQuery] specified in searches.

Inheritance

object > HistogramQueryResult

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

HistogramQueryResult()

public HistogramQueryResult()

HistogramQueryResult(HistogramQueryResult)

public HistogramQueryResult(HistogramQueryResult other)
Parameter
Name Description
other HistogramQueryResult

Properties

Histogram

public MapField<string, long> Histogram { get; }

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 <low>-<high>, for example, 0-1000, MIN-0, and 0-MAX.
Property Value
Type Description
MapFieldstringlong

HistogramQuery

public string HistogramQuery { get; set; }

Requested histogram expression.

Property Value
Type Description
string