TableAttributeDefinition

data class TableAttributeDefinition(val attributeName: String, val attributeType: String)

Represents an attribute for describing the schema for the table and indexes.

Constructors

Link copied to clipboard
constructor(attributeName: String, attributeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A name for the attribute.

Link copied to clipboard

The data type for the attribute, where: