DynamoDBEntry Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Abstract class representing an arbitrary DynamoDB attribute value

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public abstract class DynamoDBEntry : Object
         ICloneable

The DynamoDBEntry type exposes the following members

Methods

  Name Description
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 AsDecimal() Explicitly convert DynamoDBEntry to Decimal
Public Method AsDouble() Explicitly convert DynamoDBEntry to Double
Public Method AsGuid() Explicitly convert DynamoDBEntry to Guid
Public Method AsInt() Explicitly convert DynamoDBEntry to Int32
Public Method AsListOfByteArray() Explicitly convert DynamoDBEntry to List<byte[]>
Public Method AsListOfMemoryStream() Explicitly convert DynamoDBEntry to List<MemoryStream>
Public Method AsListOfPrimitives() Explicitly convert DynamoDBEntry to List<Primitive>
Public Method AsListOfString() Explicitly convert DynamoDBEntry to List<String>
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()

Version Information

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