@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface LocalSyncPath

    A file on the local filesystem discovered during a scan.

    interface LocalSyncPath {
        absolutePath: string;
        modTimeMillis: number;
        relativePath: string;
        size: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    absolutePath: string

    Absolute filesystem path to the file.

    modTimeMillis: number

    Last modification time in milliseconds since epoch.

    relativePath: string

    Path relative to the sync folder root, using forward slashes.

    size: number

    File size in bytes.