Whitelist and alias fields. Alias of fields()
Whitelist fields by passing an array of keys or alias fields by using a map
Either a list of keys to whitelist or a map of keys to rename
Whitelist fields by passing an array of keys or alias fields by using a map
Optional
debuggingLog response automatically
Optional
unsubscribeUnsubscribe from changes, undefined if not subscribed
Static
apiGet raw API request
Compile the request and send it
Optional
options: ApiRequestOptionsAPI Request options
API response
Synchronize cache with server
Enable/disable events
Cache which can be subscribed to
Add where condition to request
property to compare or a map of equality comparisons
Optional
operator: stringOperation to compare with. Accepts JS operators (>=, ==, !=, ...) as well as datalynk styax ($gte, $eq, $is, $not, ...)
Optional
value: anyvalue to compare against
An object to aid in constructing Datalynk requests