IExecutionResultLimitBreak
Home > @gooddata/sdk-model > IExecutionResultLimitBreak
IExecutionResultLimitBreak interface
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.
Describes a limit broken during result computation, resulting in partial data being returned.
Signature:
export interface IExecutionResultLimitBreak<TLimitType extends string = ExecutionResultLimitType | (string & {})>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
number |
(ALPHA) The configured limit value. | |
|
|
TLimitType |
(ALPHA) Type of the limit that was broken. | |
|
|
number |
(ALPHA) (Optional) The actual value that triggered the limit. It is omitted when the value cannot be determined exactly. |