meteor.api.hi.GlobalSecondarySimpleIndex
case class GlobalSecondarySimpleIndex[
F[
_],
P](
tableName:
String,
indexName:
String,
partitionKeyDef:
KeyDef[
P],
jClient:
DynamoDbAsyncClient)(
implicit evidence$1:
Async[
F],
evidence$2:
Encoder[
P])
Represent a global secondary index where the index has only partition key and no sort key.
Type parameters
-
F
-
effect type
-
P
-
partition key type
Value parameters
-
indexName
-
index's name
-
jClient
-
DynamoDB java async client
-
partitionKeyDef
-
partition key definition
-
tableName
-
table's name
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Retrieve items from a composite index, can be a secondary index or a table which has composite keys (partition key and sort key).
Retrieve items from a composite index, can be a secondary index or a table which has composite keys (partition key and sort key).
Type parameters
-
T
-
return item's type
Value parameters
-
RT
-
implicit evidence for RaiseThrowable
-
consistentRead
-
toggle to perform consistent read
-
query
-
a query to filter items by key condition
Attributes
-
Returns
-
a fs2 Stream of items
-
Definition Classes
-
CompositeIndex
Retrieve items from a composite index, can be a secondary index or a table which has composite keys (partition key and sort key).
Retrieve items from a composite index, can be a secondary index or a table which has composite keys (partition key and sort key).
Type parameters
-
T
-
return item's type
Value parameters
-
RT
-
implicit evidence for RaiseThrowable
-
consistentRead
-
toggle to perform consistent read
-
limit
-
limit the number of items to be returned per API call
-
query
-
a query to filter items by key condition
Attributes
-
Returns
-
a fs2 Stream of items
-
Deprecated
-
true
-
Definition Classes
-
CompositeIndex
Attributes
-
Deprecated
-
true
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product