A DynamoDBEntry that represents a primitive list DynamoDB type
Inheritance Hierarchy
System.Object
Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry
Amazon.DynamoDBv2.DocumentModel.PrimitiveList
Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry
Amazon.DynamoDBv2.DocumentModel.PrimitiveList
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class PrimitiveList : DynamoDBEntry ICloneable, IEquatable<PrimitiveList>
The PrimitiveList type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
PrimitiveList() | Constructs an empty PrimitiveList. Values are configured to be saved as strings. |
![]() |
PrimitiveList(DynamoDBEntryType) | Constructs an empty PrimitiveList and specifies the type of its elements. |
Properties
Methods
Name | Description | |
---|---|---|
![]() |
Add(Primitive) | Adds a Primitive to the end of the list. |
![]() |
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 PrimitiveList to byte[] |
![]() |
AsListOfMemoryStream() | Explicitly convert PrimitiveList to List<MemoryStream> |
![]() |
AsListOfPrimitives() | Explicitly convert PrimitiveList to List<Primitive> |
![]() |
AsListOfString() | Explicitly convert PrimitiveList 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