@labkey/api
    Preparing search index...

    Interface ITransformAggregate

    interface ITransformAggregate {
        fieldKey: string | string[] | FieldKey;
        type: string;
    }
    Index

    Properties

    Properties

    fieldKey: string | string[] | FieldKey

    The target column. Can be an array of strings, a string, or a FieldKey

    type: string

    The type of aggregate.