This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An AggregateFunction with alias.
Signature:
export declare class AliasedAggregate
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(aggregate, alias, _methodName) | (Public Preview) Constructs a new instance of the AliasedAggregate class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| aggregate | AggregateFunction | (Public Preview) | |
| alias | string | (Public Preview) |
AliasedAggregate.(constructor)
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Constructs a new instance of the AliasedAggregate class
Signature:
constructor(aggregate: AggregateFunction, alias: string, _methodName: string | undefined);
Parameters
| Parameter | Type | Description |
|---|---|---|
| aggregate | AggregateFunction | |
| alias | string | |
| _methodName | string | undefined |
AliasedAggregate.aggregate
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
readonly aggregate: AggregateFunction;
AliasedAggregate.alias
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
readonly alias: string;