次の方法で共有


AtlasEntity interface

エンティティのインスタンス (hive_table、hive_databaseなど)。

プロパティ

attributes

構造体の属性。

businessAttributes

ビジネス属性

classifications

分類の配列。

contacts

エンティティの連絡先のディクショナリ。 キーには、エキスパートまたは所有者を指定できます。

createdBy

レコードを作成したユーザー。

createTime

レコードの作成時刻。

customAttributes

カスタム属性

guid

エンティティの GUID。

homeId

エンティティのホーム ID。

isIncomplete

シェル エンティティかどうか

labels

ラベル

lastModifiedTS

コンカレンシー制御の ETag。

meanings

エンティティの意味を示す用語代入ヘッダーの配列。

provenanceType

エンティティまたはリレーションシップのインスタンスの実績を記録するために使用されます。

proxy

プロキシがあるかどうかを判断します。

relationshipAttributes

リレーションシップの属性。

status

エンティティの状態 - アクティブまたは削除できます。 削除されたエンティティは削除されません。

指定できる値: "ACTIVE"、"DELETED"

typeName

型の名前。

updatedBy

レコードを更新したユーザー。

updateTime

レコードの更新時刻。

version

エンティティのバージョン。

プロパティの詳細

attributes

構造体の属性。

attributes?: Record<string, unknown>

プロパティ値

Record<string, unknown>

businessAttributes

ビジネス属性

businessAttributes?: Record<string, unknown>

プロパティ値

Record<string, unknown>

classifications

分類の配列。

classifications?: AtlasClassification[]

プロパティ値

contacts

エンティティの連絡先のディクショナリ。 キーには、エキスパートまたは所有者を指定できます。

contacts?: Record<string, ContactInfo[]>

プロパティ値

Record<string, ContactInfo[]>

createdBy

レコードを作成したユーザー。

createdBy?: string

プロパティ値

string

createTime

レコードの作成時刻。

createTime?: number

プロパティ値

number

customAttributes

カスタム属性

customAttributes?: Record<string, string>

プロパティ値

Record<string, string>

guid

エンティティの GUID。

guid?: string

プロパティ値

string

homeId

エンティティのホーム ID。

homeId?: string

プロパティ値

string

isIncomplete

シェル エンティティかどうか

isIncomplete?: boolean

プロパティ値

boolean

labels

ラベル

labels?: string[]

プロパティ値

string[]

lastModifiedTS

コンカレンシー制御の ETag。

lastModifiedTS?: string

プロパティ値

string

meanings

エンティティの意味を示す用語代入ヘッダーの配列。

meanings?: AtlasTermAssignmentHeader[]

プロパティ値

provenanceType

エンティティまたはリレーションシップのインスタンスの実績を記録するために使用されます。

provenanceType?: number

プロパティ値

number

proxy

プロキシがあるかどうかを判断します。

proxy?: boolean

プロパティ値

boolean

relationshipAttributes

リレーションシップの属性。

relationshipAttributes?: Record<string, unknown>

プロパティ値

Record<string, unknown>

status

エンティティの状態 - アクティブまたは削除できます。 削除されたエンティティは削除されません。

指定できる値: "ACTIVE"、"DELETED"

status?: string

プロパティ値

string

typeName

型の名前。

typeName?: string

プロパティ値

string

updatedBy

レコードを更新したユーザー。

updatedBy?: string

プロパティ値

string

updateTime

レコードの更新時刻。

updateTime?: number

プロパティ値

number

version

エンティティのバージョン。

version?: number

プロパティ値

number