Namespace LambdaSharp.DynamoDB.Native
Classes
DynamoCondition
The DynamoWithCondition(...)
constructs to express DynamoDB conditions. When used in code directly, these methods
throw InvalidOperationException
.
DynamoPrimaryKey
Represents an untyped DynamoDB primary key.
DynamoPrimaryKey<TRecord>
Represents a typed DynamoDB primary key.
DynamoQuery
The Dynamo
DynamoTable
Implementation for accessing DynamoDB operations in a type-safe mannter using LINQ expressions.
DynamoTableOptions
Defines the access options for Dynamo
DynamoUpdate
The DynamoSet(...,...)
constructs to express DynamoDB conditions. When used in code directly, these methods
throw InvalidOperationException
.
Interfaces
IDynamoQueryClause
Interface identifying a DynamoDB query clause for mixed records.
IDynamoQueryClause<TRecord>
Interface identifying a DynamoDB query clause.
IDynamoTable
Interface exposing DynamoDB operations in a type-safe mannter using LINQ expressions.