ExecutionResultLimitTypes
Home > @gooddata/sdk-model > ExecutionResultLimitTypes
ExecutionResultLimitTypes variable
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Known execution result limit types grouped by semantic kind.
Signature:
ExecutionResultLimitTypes: {
readonly rows: readonly ["rowCount", "rows", "xtab-rows"];
readonly columns: readonly ["columnCount", "columns", "xtab-columns"];
readonly cells: readonly ["cellCount", "cells", "xtab-cells"];
}