IBucket
Home > @gooddata/sdk-model > IBucket
IBucket interface
Bucket is a logical, user-defined grouping of attributes, measures and totals.
Signature:
export interface IBucket 
Remarks
Buckets can be used to create a new execution and to derive the result dimensionality. In the context of an existing execution, they serve as metadata about the execution.
Properties
| Property | Type | Description | 
|---|---|---|
| items | IAttributeOrMeasure[] | |
| localIdentifier? | Identifier | (Optional) | 
| totals? | ITotal[] | (Optional) |