Interface SearchOptions

interface SearchOptions {
    from?: string;
    size?: string;
}

Hierarchy

Properties

Properties

from?: string

The offset in which to start searching from (max of 5000)

Default value: 0

size?: string

The total number of results to return (max of 250)

Default value: 25

Generated using TypeDoc