Interface ApplyTransformationAggregateExpessionCount

A $count aggregation expression

interface ApplyTransformationAggregateExpessionCount {
    alias: string;
    type: "count";
}

Properties

Properties

alias: string

Alias for field being transformed

type: "count"

Generated using TypeDoc