C# 클래스 Amazon.DynamoDBv2.Model.AttributeValue

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

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetB ( ) : bool
IsSetBOOL ( ) : bool
IsSetBS ( ) : bool
IsSetL ( ) : bool
IsSetM ( ) : bool
IsSetN ( ) : bool
IsSetNS ( ) : bool
IsSetNULL ( ) : bool
IsSetS ( ) : bool
IsSetSS ( ) : bool

메소드 상세

AttributeValue() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public AttributeValue ( ) : System
리턴 System

AttributeValue() 공개 메소드

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( List ss ) : System
ss List A String Set data type.
리턴 System

AttributeValue() 공개 메소드

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( string s ) : System
s string A String data type.
리턴 System