Show / Hide Table of Contents

Namespace LambdaSharp.DynamoDB.Native

Classes

DynamoCondition

The DynamoCondition class contains static methods representing native DynamoDB condition functions and operators. These methods are only useful in WithCondition(...) 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 DynamoQuery defines static methods for building DynamoDB query clauses.

DynamoTable

Implementation for accessing DynamoDB operations in a type-safe mannter using LINQ expressions.

DynamoTableOptions

Defines the access options for DynamoTable.

DynamoUpdate

The DynamoUpdate class contains static methods representing native DynamoDB update operators. These methods are only useful in Set(...,...) 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.

In This Article
Back to top Generated by DocFX