Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewQueryKeyRange

Specifies the key range for a view query.

Hierarchy

  • ViewQueryKeyRange

Index

Properties

Optional end

end: string | string[]

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

Optional inclusiveEnd

inclusiveEnd: boolean

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

Optional inclusive_end

inclusive_end: boolean

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

deprecated

Use ViewQueryKeyRange.inclusiveEnd instead.

Optional start

start: string | string[]

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

Generated using TypeDoc