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

Represents an attribute for describing the key schema for the table and indexes.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AttributeDefinition ( ) : System

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

AttributeDefinition ( string attributeName, ScalarAttributeType attributeType ) : System

Instantiates AttributeDefinition with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAttributeName ( ) : bool
IsSetAttributeType ( ) : bool

메소드 상세

AttributeDefinition() 공개 메소드

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

AttributeDefinition() 공개 메소드

Instantiates AttributeDefinition with the parameterized properties
public AttributeDefinition ( string attributeName, ScalarAttributeType attributeType ) : System
attributeName string A name for the attribute.
attributeType ScalarAttributeType The data type for the attribute, where:
  • S - the attribute is of type String
  • N - the attribute is of type Number
  • B - the attribute is of type Binary
리턴 System