Interface ScanStreamOptions

interface ScanStreamOptions {
    count?: number;
    match?: string;
    noValues?: boolean;
    type?: string;
}

Properties

count?: number
match?: string
noValues?: boolean
type?: string