Cursor for paging through results

interface Filter3DNodesQuery {
    cursor?: string;
    filter: Filter3DNodesByNames | Filter3DNodesByProperty;
    limit?: number;
    partition?: string;
}

Hierarchy (view full)

Properties

cursor?: string

List filter

limit?: number
partition?: string

Partition specifier of the form "n/m". It will return the n'th (1-indexed) part of the result divided into m parts.