ShowAggregate
Specifies whether the provider includes aggregate values in the result set and how they are structured.
Possible Values
None, PageSizeデータ型
string
デフォルト値
"None"
解説
This property controls whether the 本製品 appends aggregate values, such as totals or group-level summaries to the result set, and how those values are aligned with the output.
- None: The 本製品 does not include any aggregate values in the result set.
- PageSize: The 本製品 includes aggregates and repeats or pads them to match the number of rows returned per page. This can be helpful when aligning totals with paged data for frontend display or data processing logic.
This property is useful when consuming paged data and needing consistent row alignment between raw data and aggregate metrics.
Enabling aggregation may increase processing time slightly, especially when working with large datasets and paging. Use this setting only when you need structured aggregation output.