ZenFS
    Preparing search index...

    Interface StreamOptionsInternal

    Options for streaming operations

    interface StreamOptions {
        end?: number;
        start?: number;
    }
    Index

    Properties

    Properties

    end?: number
    start?: number