An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema. Each
            AttributeDefinition object in this array is composed of: 
- AttributeName - The name of the attribute.
- AttributeType - The data type for the attribute.
 Declaration Syntax
 Declaration Syntax| C# | 
public List<AttributeDefinition> AttributeDefinitions { get; set; }