modal-ts
    Preparing search index...

    Type Alias QueueLenParams

    Queue.len() のオプションパラメータ

    type QueueLenParams = {
        partition?: string;
        total?: boolean;
    }
    Index

    Properties

    Properties

    partition?: string

    長さを計算するパーティション。未設定の場合はデフォルトパーティションを使用

    total?: boolean

    すべてのパーティションの合計長を返すかどうか