Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CrudOptions

Indexable

[key: string]: any

Index

Properties

Optional exists

exists: undefined | false | true

When set to true, the target document must exist. When set to false, the target document must not exist. When undefined, it doesn't matter.

Optional mask

mask: string[]

An array of the key paths to return back after the operation

Optional updateMask

updateMask: undefined | false | true

When set to true, the update will only patch the given object properties instead of overwriting the whole document.

Optional updateTime

updateTime: undefined | string

When set, the target document must exist and have been last updated at that time. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds.

Legend

Generated using TypeDoc