limit property
The number of unique combinations of dimension values to return in this pivot.
The limit parameter is required. A limit of 10,000 is common for
single pivot requests. The product of the limit for each pivot in a
RunPivotReportRequest must not exceed 250,000. For example, a two pivot
request with limit: 1000 in each pivot will fail because the product is
1,000,000.
Implementation
core.String? limit;