GroupBySchema
- Print
- PDF
GroupBySchema
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the query information to group in query analysis.
Syntax
The syntax is as follows.
private String field;
private String field_value;
private int max_size;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
field | QueryAnalysisField | Required | Set aggregation fields |
field_value | String | Optional | Return only field values that match the parameter |
max_size | Integer | Required | Maximum size returned |
Was this article helpful?