C# Class Amazon.DynamoDBv2.Model.AttributeValue

Represents the data for an attribute. You can set one, and only one, of the elements.

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AttributeValue ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

AttributeValue ( List ss ) : System

Instantiates AttributeValue with the parameterized properties

AttributeValue ( string s ) : System

Instantiates AttributeValue with the parameterized properties

Private Methods

Méthode Description
IsSetB ( ) : bool
IsSetBOOL ( ) : bool
IsSetBS ( ) : bool
IsSetL ( ) : bool
IsSetM ( ) : bool
IsSetN ( ) : bool
IsSetNS ( ) : bool
IsSetNULL ( ) : bool
IsSetS ( ) : bool
IsSetSS ( ) : bool

Method Details

AttributeValue() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public AttributeValue ( ) : System
Résultat System

AttributeValue() public méthode

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( List ss ) : System
ss List A String Set data type.
Résultat System

AttributeValue() public méthode

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( string s ) : System
s string A String data type.
Résultat System