GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter
Content Warehouse V1InfrastructureGoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter
SEO Analysis
AI GeneratedBackend 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
3documentSchemasstringnilFull type: list(String.tThis 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}.
propertyNamesstringnilFull type: list(String.tIt 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".
yAxisstringnilFull type: String.tBy default, the y_axis is HISTOGRAM_YAXIS_DOCUMENT if this field is not set.