WBPA.Amazon.DynamoDb 1.0.2018.2200

There is a newer version of this package available.
See the version list below for details.
dotnet add package WBPA.Amazon.DynamoDb --version 1.0.2018.2200
NuGet\Install-Package WBPA.Amazon.DynamoDb -Version 1.0.2018.2200
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WBPA.Amazon.DynamoDb" Version="1.0.2018.2200" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WBPA.Amazon.DynamoDb --version 1.0.2018.2200
#r "nuget: WBPA.Amazon.DynamoDb, 1.0.2018.2200"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WBPA.Amazon.DynamoDb as a Cake Addin
#addin nuget:?package=WBPA.Amazon.DynamoDb&version=1.0.2018.2200

// Install WBPA.Amazon.DynamoDb as a Cake Tool
#tool nuget:?package=WBPA.Amazon.DynamoDb&version=1.0.2018.2200

The WBPA.Amazon.DynamoDb assembly provides extensions and generic classes to help ease the usage towards AWS and is the DynamoDb member of a range of wrappers tailored to the AWSSDK.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2018.2530 1,213 9/18/2018
1.0.2018.2200 936 8/9/2018
1.0.2018.840 1,526 2/10/2018

1.0.2018.2200
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for IDictionary{String,AttributeValue}: GetString, GetNumber, GetBinary, GetStringSequence, GetNumberSequence, GetBinarySequence
* FIXED - QueryOptions class in the WBPA.Amazon.DynamoDb namespace received a setter on the ExclusiveStartKey property
* FIXED - ScanOptions class in the WBPA.Amazon.DynamoDb namespace received a setter on the ExclusiveStartKey property
* FIXED - TableOptions class in the WBPA.Amazon.DynamoDb namespace received a setter on the ExclusiveStartKey property
* FIXED - AmazonDynamoDbManager class in the WBPA.Amazon.DynamoDb namespace had unnecessary async/await removed
* FIXED - ItemManager class in the WBPA.Amazon.DynamoDb namespace had unnecessary async/await removed
* FIXED - TableManager class in the WBPA.Amazon.DynamoDb namespace had unnecessary async/await removed

1.0.2018.840
* ADDED - NonKeyAttributeCollection class in the WBPA.Amazon.DynamoDb.Attributes namespace that represents a collection of string values that is used to project table attributes to a secondary index and is validated according to the rules by AWS
* ADDED - GlobalSecondaryIndex class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a secondary global index for a table
* ADDED - GlobalSecondaryIndexOptions class in the WBPA.Amazon.DynamoDb.Indexes namespace that specifies options that is related to GlobalSecondaryIndex operations
* ADDED - Index abstract class in the WBPA.Amazon.DynamoDb.Indexes namespace that provides a base class for working with key-schema on AWS DynamoDB
* ADDED - IndexNameCollection class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a collection of string values that is validated according to the index naming rules by AWS
* ADDED - IndexProjection class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents attributes that are copied (projected) from the table into the index
* ADDED - IndexProjectionOptions class in the WBPA.Amazon.DynamoDb.Indexes namespace that specifies options that is related to IndexProjection operations
* ADDED - IndexProjectionType enum in the WBPA.Amazon.DynamoDb.Indexes namespace that specifies attributes that are copied (projected) from the table into the index
* ADDED - IndexProvision class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents the provisioned throughput settings for a global secondary index
* ADDED - IndexProvisionCollection class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a collection of IndexProvision objects that is validated according to the rules by AWS
* ADDED - Key abstract class in the WBPA.Amazon.DynamoDb.Indexes namespace that provides a base class for working with partition key and/or sort key on AWS DynamoDB
* ADDED - PartitionKey class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a partition key of a table or index
* ADDED - PrimaryIndex class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents the primary key for a table
* ADDED - PrimaryIndexOptions class in the WBPA.Amazon.DynamoDb.Indexes namespace that specifies options that is related to PrimaryIndex operations
* ADDED - PrimaryKey class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents the primary key of a table item
* ADDED - SecondaryIndex class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a secondary local index for a table
* ADDED - SecondaryIndexCollection class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a collection of SecondaryIndex objects that is validated according to the rules by AWS
* ADDED - SecondaryIndexOptions class in the WBPA.Amazon.DynamoDb.Indexes namespace that specifies options that is related to SecondaryIndex operations
* ADDED - SortKey class in the WBPA.Amazon.DynamoDb.Indexes namespace that represents a sort key of a table or index
* ADDED - AmazonDynamoDbManager class in the WBPA.Amazon.DynamoDb namespace that provides a base-class for AWS DynamoDB implementations
* ADDED - AttributeName class in the WBPA.Amazon.DynamoDb namespace that represents an attribute name that is validated according to the rules by AWS
* ADDED - AttributeValueFactory static class in the WBPA.Amazon.DynamoDb namespace that provides access to factory methods for creating AttributeValue instances
* ADDED - ConsumedCapacityResponse enum in the WBPA.Amazon.DynamoDb namespace that specifies the level of details about provisioned throughput consumption that is returned in the response
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for IDictionary{String,AttributeValue}: AddNumber, AddNumberSequence, AddBinary, AddBinarySequence, AddBoolean, AddMap, AddNull, AddString and AddStringSequence
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for ConsumedCapacityResponse: ToReturnConsumedCapacity
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for IndexProjectionType: ToProjectionType
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for TableItemResponseMetrics: ToReturnItemCollectionMetrics
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for TableItemResponseAttributes: ToReturnValue
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for AttributeType: ToScalarAttributeType
* ADDED - New extensions in the WBPA.Amazon.DynamoDb namespace for SelectItemAttributes: ToSelect
* ADDED - Expression class in the WBPA.Amazon.DynamoDb namespace that represents one or more expression attribute values
* ADDED - ItemManager class in the WBPA.Amazon.DynamoDb namespace that provides ways for querying tables on AWS DynamoDB
* ADDED - ItemOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to a creating or replacing an old item with a new item
* ADDED - ListTablesOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to list tables operations
* ADDED - QueryOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to querying table, local secondary index or global secondary index operations
* ADDED - ResponseOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to a retrieving a set of attributes for an item, table or index
* ADDED - ScanOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to scanning every item in a table or a secondary index operations
* ADDED - SelectItemAttributes enum in the WBPA.Amazon.DynamoDb namespace that specifies the attributes to be returned in the result
* ADDED - TableItem class in the WBPA.Amazon.DynamoDb namespace that represents a map of attribute name/value pairs, one for each attribute
* ADDED - TableItemOperation enum in the WBPA.Amazon.DynamoDb namespace that specifies the operation to perform in relation to an item in a table
* ADDED - TableItemResponseAttributes enum in the WBPA.Amazon.DynamoDb namespace that specifies ways for an item to include attributes in a response
* ADDED - TableItemResponseMetrics enum in the WBPA.Amazon.DynamoDb namespace that specifies ways for an item to include metrics in a response
* ADDED - TableManager class in the WBPA.Amazon.DynamoDb namespace that provides ways for managing tables on AWS DynamoDB
* ADDED - TableManager class in the WBPA.Amazon.DynamoDb namespace that provides ways for managing tables on AWS DynamoDB
* ADDED - TableOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to adding a new table to your account
* ADDED - ThroughputOptions class in the WBPA.Amazon.DynamoDb namespace that represents the default provisioned throughput settings for a table or index
* ADDED - TimeToLiveOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to enabling or disabling TTL for a given table
* ADDED - UpdateItemOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to updating an existing item's attributes, or adding a new item to the table if it does not already exist
* ADDED - UpdateTableOptions class in the WBPA.Amazon.DynamoDb namespace that specifies options that is related to modifying the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table