Abstract class representing an arbitrary DynamoDB attribute value
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public abstract class DynamoDBEntry : Object ICloneable
The DynamoDBEntry type exposes the following members
Methods
| Name | Description | |
|---|---|---|
|
AsBoolean() | Explicitly convert DynamoDBEntry to Boolean |
|
AsByte() | Explicitly convert DynamoDBEntry to Byte |
|
AsByteArray() | Explicitly convert DynamoDBEntry to byte[] |
|
AsChar() | Explicitly convert DynamoDBEntry to Char |
|
AsDateTime() | Explicitly convert DynamoDBEntry to DateTime |
|
AsDecimal() | Explicitly convert DynamoDBEntry to Decimal |
|
AsDouble() | Explicitly convert DynamoDBEntry to Double |
|
AsGuid() | Explicitly convert DynamoDBEntry to Guid |
|
AsInt() | Explicitly convert DynamoDBEntry to Int32 |
|
AsListOfByteArray() | Explicitly convert DynamoDBEntry to List<byte[]> |
|
AsListOfMemoryStream() | Explicitly convert DynamoDBEntry to List<MemoryStream> |
|
AsListOfPrimitives() | Explicitly convert DynamoDBEntry to List<Primitive> |
|
AsListOfString() | Explicitly convert DynamoDBEntry to List<String> |
|
AsLong() | Explicitly convert DynamoDBEntry to Int64 |
|
AsMemoryStream() | Explicitly convert DynamoDBEntry to MemoryStream |
|
AsPrimitive() | Convert DynamoDBEntry to Primitive |
|
AsPrimitiveList() | Convert DynamoDBEntry to PrimitiveList |
|
AsSByte() | Explicitly convert DynamoDBEntry to SByte |
|
AsShort() | Explicitly convert DynamoDBEntry to Int16 |
|
AsSingle() | Explicitly convert DynamoDBEntry to Single |
|
AsString() | Explicitly convert DynamoDBEntry to String |
|
AsUInt() | Explicitly convert DynamoDBEntry to UInt32 |
|
AsULong() | Explicitly convert DynamoDBEntry to UInt64 |
|
AsUShort() | Explicitly convert DynamoDBEntry to UInt16 |
|
Clone() |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5