Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewQueryKeyRange

Specifies the key range for a view query.

Hierarchy

  • ViewQueryKeyRange

Index

Properties

end?: string | string[]

Specifies the last key that should be included in the results.

inclusiveEnd?: boolean

Specifies whether the end key should be considered inclusive or exclusive.

inclusive_end?: boolean

Same as ViewQueryKeyRange.inclusiveEnd, but represented as the raw server-side value instead.

deprecated

Use ViewQueryKeyRange.inclusiveEnd instead.

start?: string | string[]

Specifies the first key that should be included in the results.

Generated using TypeDoc