Readonly
equalityHow the value should be compared.
Readonly
keyThe property's key
Readonly
optionsOptions for additional matching.
Optional
caseSensitive?: booleanShould this be a case sensitive search. (for text)
Optional
endsWith?: booleanIndicates that the value is a "endsWith" query.
Optional
startsWith?: booleanIndicates that the value is a "startsWith" query.
Readonly
typeDistinguishes this as a property query.
Readonly
valueThe value to search for.
Readonly
valueThe type of database value.
A search that describes a property and its value.