Top Transformation

interface ApplyTransformationTop {
    count: number;
    type: "top";
}

Properties

Properties

count: number

Number of items to return from a top call

type: "top"

Generated using TypeDoc