VSCode-Logger API - v1.9.12
    Preparing search index...

    Interface SftpSearchOptions

    interface SftpSearchOptions {
        content: string;
        contentCaseSensitive: boolean;
        contentExactLineMatch: boolean;
        contentWholeWordOnly: boolean;
        excludePath: string;
        includeSubdirectories: boolean;
        name: string;
        nameCaseSensitive: boolean;
        permissions: string;
        sizeMode: SftpSearchSizeMode;
        sizeValue: string;
        timeComparator: SftpSearchTimeComparator;
        timeDays: string;
        timeKind: SftpSearchTimeKind;
    }
    Index

    Properties

    content: string
    contentCaseSensitive: boolean
    contentExactLineMatch: boolean
    contentWholeWordOnly: boolean
    excludePath: string
    includeSubdirectories: boolean
    name: string
    nameCaseSensitive: boolean
    permissions: string
    sizeValue: string
    timeComparator: SftpSearchTimeComparator
    timeDays: string