backblaze-labs/b2-action - v0.1.0
    Preparing search index...

    Interface ListResult

    Result of listCommand.

    interface ListResult {
        files: ListedFile[];
        truncated: boolean;
    }
    Index

    Properties

    Properties

    files: ListedFile[]

    Files matching the prefix, capped by maxResults.

    truncated: boolean

    True when more files exist beyond maxResults. Use to detect pagination.