ZenFS Cloud
    Preparing search index...

    Interface DropboxOptions

    interface DropboxOptions {
        cacheTTL?: number;
        client: Dropbox;
    }

    Hierarchy

    • CloudFSOptions
      • DropboxOptions
    Index

    Properties

    Properties

    cacheTTL?: number

    How long (in seconds) before a fetched file should be considered invalid

    3600 // 1 hour
    
    client: Dropbox

    A v2 Dropbox client