A strongly-typed object for retrieving search results (Query or Scan) from DynamoDB.
BatchGetRepresents a non-generic object for retrieving a batch of items from a single DynamoDB table
BatchGet<>Represents a strongly-typed object for retrieving a batch of items from a single DynamoDB table
BatchWriteRepresents a non-generic object for writing/deleting a batch of items in a single DynamoDB table
BatchWrite<>Represents a strongly-typed object for writing/deleting a batch of items in a single DynamoDB table
DynamoDBAttributeBase DynamoDB attribute.
DynamoDBContextContext object for using the DataModel mode of DynamoDB. Used to interact with the service, save/load objects, etc.
DynamoDBContextConfigConfiguration object for setting options on the DynamoDBContext. and individual operations.
DynamoDBGlobalSecondaryIndexHashKeyAttribute DynamoDBGlobalSecondaryIndexRangeKeyAttribute DynamoDBHashKeyAttributeDynamoDB property that marks up current member as a hash key element. Exactly one member in a class must be marked with this attribute. Members that are marked as a hash key must be convertible to a Primitive object.
DynamoDBIgnoreAttributeDynamoDB attribute that directs the specified attribute not to be included when saving or loading objects.
DynamoDBLocalSecondaryIndexRangeKeyAttributeDynamoDB property that marks up current member as range key element for a Local Secondary Index on a table. Members that are marked as a Local Secondary Index range key element must be convertible to a Primitive object.
DynamoDBOperationConfigConfiguration object for setting options for individual operations. This will override any settings specified by the DynamoDBContext's DynamoDBContextConfig object.
DynamoDBPropertyAttributeDynamoDB property attribute. Can be used to specify an alternative attribute name or configure a custom converter.
DynamoDBRangeKeyAttributeDynamoDB property that marks up current member as range key element (for a hash-and-range primary key). At most one member in a class may be marked with this attribute. Members that are marked as a range key element must be convertible to a Primitive object.
DynamoDBRenamableAttributeDynamoDB property attribute. Can be used to specify an alternative attribute name or configure a custom converter.
DynamoDBTableAttributeDynamoDB attribute that marks a class. Specifies that this object can be stored in DynamoDB, the name of the target table, and if attribute names must be automatically converted to lowerCamelCase. Need not be declared on subclasses if present on base class. Can be defined on subclasses to specify different target table or specify different attribute casing.
DynamoDBVersionAttributeDynamoDB property that marks up current member as item version. At most one member in a class may be marked with this attribute. Members that are marked as version must be of primitive, numeric, integer, nullable type (e.g. int?, long?, byte?)
MultiTableBatchGetClass for retrieving a batch of items from multiple DynamoDB tables, using multiple strongly-typed BatchGet objects
MultiTableBatchWriteClass for writing/deleting a batch of items in multiple DynamoDB tables, using multiple strongly-typed BatchWrite objects
MultiTableTransactGetClass for retrieving multiple items from multiple DynamoDB tables, using multiple strongly-typed TransactGet objects.
MultiTableTransactWriteClass for writing/deleting/version-checking multiple items in multiple DynamoDB tables, using multiple strongly-typed TransactWrite objects.
QueryConditionClass describing a single query condition
S3LinkS3Link is an object that provides a connection to an S3 resource that can be stored in a DynamoDB field through DynamoDBContext
ScanConditionClass describing a single scan condition
TransactGetRepresents a non-generic object for retrieving multiple items from a single DynamoDB table in a transaction.
TransactGet<>Represents a strongly-typed object for retrieving multiple items from a single DynamoDB table in a transaction.
TransactWriteRepresents a non-generic object for writing/deleting/version-checking multiple items in a single DynamoDB table in a transaction.
TransactWrite<>Represents a strongly-typed object for writing/deleting/version-checking multiple items in a single DynamoDB table in a transaction.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4