Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter

Inheritance
object
GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter
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 GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter : IDirectResponseSchema

Properties

DocumentSchemas

This filter specifies the exact document schema(s) Document.document_schema_name to run histogram query against. It is optional. It will perform histogram for property names for all the document schemas if it is not set. At most 10 document schema names are allowed. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.

Declaration
[JsonProperty("documentSchemas")]
public virtual IList<string> DocumentSchemas { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PropertyNames

It is optional. It will perform histogram for all the property names if it is not set. The properties need to be defined with the is_filterable flag set to true and the name of the property should be in the format: "schemaId.propertyName". The property needs to be defined in the schema. Example: the schema id is abc. Then the name of property for property MORTGAGE_TYPE will be "abc.MORTGAGE_TYPE".

Declaration
[JsonProperty("propertyNames")]
public virtual IList<string> PropertyNames { get; set; }
Property Value
Type Description
IList<string>

YAxis

By default, the y_axis is HISTOGRAM_YAXIS_DOCUMENT if this field is not set.

Declaration
[JsonProperty("yAxis")]
public virtual string YAxis { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX