Table of Contents

TTMSFNCCloudGoogleFireBaseQueryParams Class

Holds the parameters that describe a single query against the database. An instance is created for each query request and is passed back to the query result event so the handler can identify which query produced the result.

API unit family: TMSFNCCloudGoogleFireBase

Syntax

TTMSFNCCloudGoogleFireBaseQueryParams = class

Properties

Name Description
EndAt Upper text bound of a range query. Empty when no text range is used.
EqualTo True when the query matches an exact value; False when it matches a range of values.
KeyValue Numeric or boolean value (as text) matched exactly by the query. Empty when the query uses a text keyword or a range instead.
KeyWord Text value matched exactly by the query. Empty when the query uses a numeric value or a range instead.
MaxValue Upper numeric bound (as text) of a range query. Empty when no numeric range is used.
MinValue Lower numeric bound (as text) of a range query. Empty when no numeric range is used.
PropertyName Name of the property the query is ordered by and filtered on.
StartAt Lower text bound of a range query. Empty when no text range is used.