AWS SDK Version 3 for .NET
API Reference

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.

Abstract class representing an arbitrary DynamoDB attribute value

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public abstract class DynamoDBEntry
         ICloneable

The DynamoDBEntry type exposes the following members

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method AsArrayOfDynamoDBEntry()

Explicitly convert DynamoDBEntry to DynamoDBEntry[]

Public Method AsArrayOfPrimitive()

Explicitly convert DynamoDBEntry to Primitive[]

Public Method AsArrayOfString()

Explicitly convert DynamoDBEntry to String[]

Public Method AsBoolean()

Explicitly convert DynamoDBEntry to Boolean

Public Method AsByte()

Explicitly convert DynamoDBEntry to Byte

Public Method AsByteArray()

Explicitly convert DynamoDBEntry to byte[]

Public Method AsChar()

Explicitly convert DynamoDBEntry to Char

Public Method AsDateTime()

Explicitly convert DynamoDBEntry to DateTime

Public Method AsDateTimeUtc()

Explicitly convert DynamoDBEntry to DateTime in UTC

Public Method AsDecimal()

Explicitly convert DynamoDBEntry to Decimal

Public Method AsDocument()

Convert DynamoDBEntry to Document

Public Method AsDouble()

Explicitly convert DynamoDBEntry to Double

Public Method AsDynamoDBBool()

Convert DynamoDBEntry to DynamoDBBool

Public Method AsDynamoDBList()

Convert DynamoDBEntry to DynamoDBList

Public Method AsDynamoDBNull()

Convert DynamoDBEntry to DynamoDBNull

Public Method AsGuid()

Explicitly convert DynamoDBEntry to Guid

Public Method AsHashSetOfByteArray()

Explicitly convert DynamoDBEntry to HashSet

Public Method AsHashSetOfDynamoDBEntry()

Explicitly convert DynamoDBEntry to HashSet

Public Method AsHashSetOfMemoryStream()

Explicitly convert DynamoDBEntry to HashSet

Public Method AsHashSetOfPrimitive()

Explicitly convert DynamoDBEntry to HashSet

Public Method AsHashSetOfString()

Explicitly convert DynamoDBEntry to HashSet

Public Method AsInt()

Explicitly convert DynamoDBEntry to Int32

Public Method AsListOfByteArray()

Explicitly convert DynamoDBEntry to List

Public Method AsListOfDocument()

Explicitly convert DynamoDBEntry to List

Public Method AsListOfDynamoDBEntry()

Explicitly convert DynamoDBEntry to List

Public Method AsListOfMemoryStream()

Explicitly convert DynamoDBEntry to List

Public Method AsListOfPrimitive()

Explicitly convert DynamoDBEntry to List

Public Method AsListOfString()

Explicitly convert DynamoDBEntry to List

Public Method AsLong()

Explicitly convert DynamoDBEntry to Int64

Public Method AsMemoryStream()

Explicitly convert DynamoDBEntry to MemoryStream

Public Method AsPrimitive()

Convert DynamoDBEntry to Primitive

Public Method AsPrimitiveList()

Convert DynamoDBEntry to PrimitiveList

Public Method AsSByte()

Explicitly convert DynamoDBEntry to SByte

Public Method AsShort()

Explicitly convert DynamoDBEntry to Int16

Public Method AsSingle()

Explicitly convert DynamoDBEntry to Single

Public Method AsString()

Explicitly convert DynamoDBEntry to String

Public Method AsUInt()

Explicitly convert DynamoDBEntry to UInt32

Public Method AsULong()

Explicitly convert DynamoDBEntry to UInt64

Public Method AsUShort()

Explicitly convert DynamoDBEntry to UInt16

Public Method Clone()

Declare the Clone method must be implemented.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5