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