C# Класс Amazon.DynamoDBv2.Model.AttributeDefinition

Represents an attribute for describing the key schema for the table and indexes.
Показать файл Открыть проект

Открытые методы

Метод Описание
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