PrimitiveList Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
A DynamoDBEntry that represents a primitive list DynamoDB type

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry
    Amazon.DynamoDBv2.DocumentModel.PrimitiveList

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

Syntax

C#
public class PrimitiveList : DynamoDBEntry
         ICloneable, IEquatable<PrimitiveList>

The PrimitiveList type exposes the following members

Constructors

  Name Description
Public Method PrimitiveList() Constructs an empty PrimitiveList. Values are configured to be saved as strings.
Public Method PrimitiveList(DynamoDBEntryType) Constructs an empty PrimitiveList and specifies the type of its elements.

Properties

  Name Description
Public Property Entries Collection of Primitive entries
Public Property Item
Public Property Type Type of Primitive items in the list

Methods

  Name Description
Public Method Add(Primitive) Adds a Primitive to the end of the list.
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 PrimitiveList to byte[]
Public Method AsListOfMemoryStream() Explicitly convert PrimitiveList to List<MemoryStream>
Public Method AsListOfPrimitives() Explicitly convert PrimitiveList to List<Primitive>
Public Method AsListOfString() Explicitly convert PrimitiveList 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