Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1HistogramQueryResult

Histogram result that matches HistogramQuery specified in searches.

Inheritance
object
GoogleCloudContentwarehouseV1HistogramQueryResult
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX