interface Transport {
    bookmark: string;
    conflicts: boolean;
    execution_stats: boolean;
    fields: string[];
    limit: number;
    partition: string;
    r: number;
    skip: number;
    sort: any;
    stable: boolean;
    stale: boolean;
    update: boolean;
    use_index: string[];
}

Properties

bookmark: string
conflicts: boolean
execution_stats: boolean
fields: string[]
limit: number
partition: string
r: number
skip: number
sort: any
stable: boolean
stale: boolean
update: boolean
use_index: string[]