Helia
    Preparing search index...

    Interface StatOptions

    Options to pass to the stat command

    interface StatOptions {
        offline?: boolean;
        onProgress?: (evt: GetEvents) => void;
        path?: string;
        signal?: AbortSignal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    offline?: boolean

    If true, do not perform any network operations and throw if blocks are missing from the local store.

    false
    
    onProgress?: (evt: GetEvents) => void
    path?: string

    An optional path to allow getting stats of paths inside directories

    signal?: AbortSignal