Package version:

Interface DatabaseColumn

A database column resource.

Hierarchy

Properties

columnType?: string

The column data type.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

isComputed?: boolean

Whether or not the column is computed.

memoryOptimized?: boolean

Whether or not the column belongs to a memory optimized table.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

temporalType?: string

The table temporal type.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc