@tikoci/centrs
    Preparing search index...

    Interface RetrieveRequestSummary

    interface RetrieveRequestSummary {
        allAttributes: boolean;
        attributes: readonly string[];
        format: "text" | "json" | "yaml";
        listAttributes: boolean;
        maxResultsBytes?: number;
        path: string;
        timeoutMs: number;
        validate: boolean;
        verbose: boolean;
    }
    Index

    Properties

    allAttributes: boolean
    attributes: readonly string[]
    format: "text" | "json" | "yaml"
    listAttributes: boolean
    maxResultsBytes?: number
    path: string
    timeoutMs: number
    validate: boolean
    verbose: boolean