GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter

Content Warehouse V1Infrastructure

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter

2
out of 10
Low
SEO Impact
Unwrap a decoded JSON object into its complex fields.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Google Cloud Contentwarehouse V1 Histogram Query Property Name Filter) contains 3 attributes that define its data structure. Key functionality includes: This filter specifies the exact document schema(s) Document.document_schema_name to run histogram query against. It is optional. It will perform histo...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

3
Sort:|Filter:
documentSchemasstring
Default: nilFull type: list(String.t

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}.

propertyNamesstring
Default: nilFull type: list(String.t

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".

yAxisstring
Default: nilFull type: String.t

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