Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WickedGetOptions

Generic parameters for paging collection output.

Hierarchy

Index

Properties

Properties

Optional limit

limit: number

The maximum number of items a get operation retrieves. Specify 0 to retrieve all elements. Note: This can be a dangerous operation, depending on the amount of data in your data store.

Optional offset

offset: number

The offset of the collection items to retrieve. Defaults to 0.

Generated using TypeDoc