Entity type.
TranscodeMap indicating transcodable types. Defaults to DefaultTranscodeMap.
OptionalfilterIf provided, only records that pass the filter will be returned.
Record to test.
truthy if record should be included in result set.
OptionalhashIf provided, query will only return records with matching hashValue. If
not, query behaves like a DynamoDB scan.
OptionalhashIf provided with hashKey, only matching records will be returned.
OptionalindexIf provided, returned pageKey will only contain these components.
Otherwise it will contain the entire record.
OptionallimitIf provided, query will only return up to limit records along with
pageKey representing last record returned.
OptionalpageIf provided, result set will begin with the record after the one
represented by pageKey.
OptionalsortA SortOrder object specifying the sort order of the result set.
Options for
querymethod.