@tikoci/centrs
    Preparing search index...

    Interface RetrieveRequest

    interface RetrieveRequest {
        allAttributes?: boolean;
        attribute?: string | readonly string[];
        attributes?: string | readonly string[];
        cdbFile?: string;
        cdbPassword?: string;
        concurrency?: number;
        filter?: string;
        format?: string;
        group?: string;
        host?: string;
        listAttributes?: boolean;
        maxResultsBytes?: number;
        password?: string;
        path: string;
        port?: number;
        query?: string;
        resolve?: string;
        targetInput?: string;
        timeout?: string | number;
        username?: string;
        validate?: boolean;
        verbose?: boolean;
        via?: string;
    }
    Index

    Properties

    allAttributes?: boolean
    attribute?: string | readonly string[]
    attributes?: string | readonly string[]
    cdbFile?: string
    cdbPassword?: string
    concurrency?: number

    Bounded worker-pool size for group fanout (defaults are transport-aware).

    filter?: string
    format?: string
    group?: string

    CDB group selector — expands to a fanout over all matching records.

    host?: string
    listAttributes?: boolean
    maxResultsBytes?: number
    password?: string
    path: string
    port?: number
    query?: string
    resolve?: string

    Opt-in host ARP resolution for a MAC target (none default, or arp).

    targetInput?: string
    timeout?: string | number
    username?: string
    validate?: boolean
    verbose?: boolean
    via?: string