Type Alias Options

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

Type declaration

  • Optionalcursor?: string

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

  • Optionaldelimiter?: string

    The character to use when grouping keys.

    "/"
    
  • Optionallimit?: number

    The number of results to return. Maximum of 1000.

    1000
    
  • Optionalprefix?: string

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