AWS SDK for .NET Documentation
PrimitiveList Class
AmazonAmazon.DynamoDBv2.DocumentModelPrimitiveList Did this page help you?   Yes   No    Tell us about it...
A DynamoDBEntry that represents a primitive list DynamoDB type
Declaration Syntax
C#
public class PrimitiveList : DynamoDBEntry, 
	IEquatable<PrimitiveList>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Add(Primitive)
Adds a Primitive to the end of the list.

AsBoolean()()()()
Explicitly convert DynamoDBEntry to Boolean
(Inherited from DynamoDBEntry.)
AsByte()()()()
Explicitly convert DynamoDBEntry to Byte
(Inherited from DynamoDBEntry.)
AsByteArray()()()()
Explicitly convert DynamoDBEntry to byte[]
(Inherited from DynamoDBEntry.)
AsChar()()()()
Explicitly convert DynamoDBEntry to Char
(Inherited from DynamoDBEntry.)
AsDateTime()()()()
Explicitly convert DynamoDBEntry to DateTime
(Inherited from DynamoDBEntry.)
AsDecimal()()()()
Explicitly convert DynamoDBEntry to Decimal
(Inherited from DynamoDBEntry.)
AsDouble()()()()
Explicitly convert DynamoDBEntry to Double
(Inherited from DynamoDBEntry.)
AsGuid()()()()
Explicitly convert DynamoDBEntry to Guid
(Inherited from DynamoDBEntry.)
AsInt()()()()
Explicitly convert DynamoDBEntry to Int32
(Inherited from DynamoDBEntry.)
AsListOfByteArray()()()()
Explicitly convert PrimitiveList to byte[]
(Overrides DynamoDBEntry.AsListOfByteArray()()()().)
AsListOfMemoryStream()()()()
Explicitly convert PrimitiveList to List<MemoryStream>
(Overrides DynamoDBEntry.AsListOfMemoryStream()()()().)
AsListOfPrimitives()()()()
Explicitly convert PrimitiveList to List<Primitive>
(Overrides DynamoDBEntry.AsListOfPrimitives()()()().)
AsListOfString()()()()
Explicitly convert PrimitiveList to List<String>
(Overrides DynamoDBEntry.AsListOfString()()()().)
AsLong()()()()
Explicitly convert DynamoDBEntry to Int64
(Inherited from DynamoDBEntry.)
AsMemoryStream()()()()
Explicitly convert DynamoDBEntry to MemoryStream
(Inherited from DynamoDBEntry.)
AsPrimitive()()()()
Convert DynamoDBEntry to Primitive
(Inherited from DynamoDBEntry.)
AsPrimitiveList()()()()
Convert DynamoDBEntry to PrimitiveList
(Inherited from DynamoDBEntry.)
AsSByte()()()()
Explicitly convert DynamoDBEntry to SByte
(Inherited from DynamoDBEntry.)
AsShort()()()()
Explicitly convert DynamoDBEntry to Int16
(Inherited from DynamoDBEntry.)
AsSingle()()()()
Explicitly convert DynamoDBEntry to Single
(Inherited from DynamoDBEntry.)
AsString()()()()
Explicitly convert DynamoDBEntry to String
(Inherited from DynamoDBEntry.)
AsUInt()()()()
Explicitly convert DynamoDBEntry to UInt32
(Inherited from DynamoDBEntry.)
AsULong()()()()
Explicitly convert DynamoDBEntry to UInt64
(Inherited from DynamoDBEntry.)
AsUShort()()()()
Explicitly convert DynamoDBEntry to UInt16
(Inherited from DynamoDBEntry.)
Clone()()()() (Overrides DynamoDBEntry.Clone()()()().)
Entries
Collection of Primitive entries

Equals(Object) (Overrides Object.Equals(Object).)
Equals(PrimitiveList)
ExplicitNarrowingExplicitExplicitExplicit(PrimitiveList to List<(Of <<'(Primitive>)>>))
Explicitly convert PrimitiveList to List<Primitive>

ExplicitNarrowingExplicitExplicitExplicit(PrimitiveList to List<(Of <<'(String>)>>))
Explicitly convert PrimitiveList to List<String>

ExplicitNarrowingExplicitExplicitExplicit(PrimitiveList to List<(Of <<'(array<Byte>[]()[][]>)>>))
Explicitly convert PrimitiveList to List<byte[]>

ExplicitNarrowingExplicitExplicitExplicit(PrimitiveList to List<(Of <<'(MemoryStream>)>>))
Explicitly convert PrimitiveList to List<MemoryStream>

GetHashCode()()()() (Overrides Object.GetHashCode()()()().)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(Primitive>)>>) to PrimitiveList)
Implicitly convert List<Primitive> to PrimitiveList

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(String>)>>) to PrimitiveList)
Implicitly convert List<String> to PrimitiveList

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(array<Byte>[]()[][]>)>>) to PrimitiveList)
Implicitly convert List<byte[]> to PrimitiveList

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(MemoryStream>)>>) to PrimitiveList)
Implicitly convert List<MemoryStream> to PrimitiveList

Item[([( Int32])])
Gets or sets Primitive at a specific location in the list.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Type
Type of Primitive items in the list

Inheritance Hierarchy
Object
DynamoDBEntry
 PrimitiveList

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)