edgekitjs - v0.0.51
    Preparing search index...

    Type Alias Options

    type Options = {
        cursor?: string;
        delimiter?: string;
        limit?: number;
        prefix?: string;
    }
    Index

    Properties

    cursor?: string

    An opaque token that indicates where to continue listing objects from. A cursor can be retrieved from a previous list operation.

    delimiter?: string

    The character to use when grouping keys.

    "/"
    
    limit?: number

    The number of results to return. Maximum of 1000.

    1000
    
    prefix?: string

    The prefix to match keys against. Keys will only be returned if they start with given prefix