modal
    Preparing search index...

    Type Alias QueueLenOptions

    Options to configure a Queue.len() operation.

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

    Properties

    Properties

    partition?: string

    Partition to compute length, uses default partition if not set.

    total?: boolean

    Return the total length across all partitions.