次の方法で共有


DatabaseColumn interface

データベース列リソース。

Extends

プロパティ

columnType

列のデータ型。

isComputed

列が計算されるかどうか。

memoryOptimized

列がメモリ最適化テーブルに属しているかどうか。

temporalType

テーブルテンポラル型。

継承されたプロパティ

id

リソースの ID 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

name

リソース名。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

type

リソースの種類。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

プロパティの詳細

columnType

列のデータ型。

columnType?: string

プロパティ値

string

isComputed

列が計算されるかどうか。

isComputed?: boolean

プロパティ値

boolean

memoryOptimized

列がメモリ最適化テーブルに属しているかどうか。

memoryOptimized?: boolean

プロパティ値

boolean

temporalType

テーブルテンポラル型。

temporalType?: string

プロパティ値

string

継承されたプロパティの詳細

id

リソースの ID 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

id?: string

プロパティ値

string

ProxyResource.id から継承

name

リソース名。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

name?: string

プロパティ値

string

ProxyResource.name から継承

type

リソースの種類。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

type?: string

プロパティ値

string

ProxyResource.typeから継承