Interface PartFilter

Interface used to specify which partition a query starts on and how many partitions to query.

interface PartFilter {
    begin?: number;
    count?: number;
    digest?: Buffer;
}

Properties

Properties

begin?: number

Parition in which the query will begin.

count?: number

Number of partitions to filter.

digest?: Buffer

Digest in which the query will begin from.

MMNEPVFCICPMFPCPTTAAATR