node-sf-bulk2
    Preparing search index...

    Interface QueryInput

    interface QueryInput {
        columnDelimiter?: string;
        contentType?: string;
        lineEnding?: string;
        operation: string;
        query: string;
    }
    Index

    Properties

    columnDelimiter?: string
    contentType?: string
    lineEnding?: string
    operation: string
    query: string