AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.DynamoDBv2
Assembly: AWSSDK.dll
Version: 0.0.3.0
public class DynamoDBEntryConversion : Object
The DynamoDBEntryConversion type exposes the following members
Name | Description | |
---|---|---|
![]() ![]() |
V1 | Default conversion before 2014 L, M, BOOL, NULL support. The following .NET types are converted into the following DynamoDB types: Number types (byte, int, float, decimal, etc.) are converted to N String and char are converted to S Bool is converted to N (0=false, 1=true) DateTime and Guid are converto to S MemoryStream and byte[] are converted to B List, HashSet, and array of numerics types are converted to NS List, HashSet, and array of string-based types are converted to SS List, HashSet, and array of binary-based types are converted to BS Dictionary{string,object} are converted to M |
![]() ![]() |
V2 | Schema fully supporting 2014 L, M, BOOL, NULL additions. The following .NET types are converted into the following DynamoDB types: Number types (byte, int, float, decimal, etc.) are converted to N String and char are converted to S Bool is converted to BOOL DateTime and Guid are converto to S MemoryStream and byte[] are converted to B HashSet of numerics types are converted to NS HashSet of string-based types are converted to SS HashSet of binary-based types are converted to BS List and array of numerics, string-based types, and binary-based types are converted to L type. Dictionary{string,object} are converted to M |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8