meteor-awssdk
meteor-awssdk
API
meteor
api
hi
CompositeTable
GlobalSecondarySimpleIndex
SecondaryCompositeIndex
SimpleTable
BatchGet
PartitionKeyBatchGetOps
codec
Codec
Codec
Decoder
Decoder
Encoder
Encoder
Client
Client
BackoffStrategy
DynamoDbType
DynamoDbType
B
BOOL
BS
L
M
N
NS
NULL
S
SS
Expression
Expression
KeyDef
KeyDef
Query
Query
SortKeyQuery
SortKeyQuery
BeginsWith
Between
Empty
EqualTo
GreaterOrEqualTo
GreaterThan
LessOrEqualTo
LessThan
errors
ConditionalCheckFailed
DecoderError
DecoderError
DynamoError
EncoderError
EncoderError
InvalidExpression
InvalidKeyType
UnexpectedTableStatus
UnsupportedArgument
syntax
RichReadAttributeValue
RichWriteAttributeValue
syntax
meteor-awssdk
/
meteor
/
Query
Query
meteor.Query
See the
Query
companion class
object
Query
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Query
.
type
Members list
Clear all
Value members
Concrete methods
def
apply
[
P
:
Encoder
](
partitionKey
:
P
):
Query
[
P
,
Nothing
]
def
apply
[
P
:
Encoder
,
S
:
Encoder
](
partitionKey
:
P
,
sortKeyQuery
:
SortKeyQuery
[
S
]):
Query
[
P
,
S
]
def
apply
[
P
:
Encoder
](
partitionKey
:
P
,
filter
:
Expression
):
Query
[
P
,
Nothing
]
Create a Query where the table doesn't have a sort key.
Create a Query where the table doesn't have a sort key.
Value parameters
filter
filter expression
partitionKey
partition key
Attributes
Returns
a query
In this article
Attributes
Members list
Value members
Concrete methods