Skip to content

MovingFunction🔗

Definition🔗

export interface MovingFunction {
    pipelineAgg?: string;
    field?: string;
    type: "moving_fn";
    id: string;
    settings?: {
        window?: string;
        script?: elasticsearch.InlineScript;
        shift?: string;
    };
    hide?: boolean;
}

Methods🔗

No methods.

See also🔗