contextgraph schema rename entityType - spectrum_platform - 23.1

spectrum-inline

Product type
ソフトウェア
Portfolio
Integrate
Enrich
Locate
Verify
Product family
Spectrum™ software
Product
Spectrum™ software > Spectrum™ Platform
Version
23.1
ft:locale
ja-JP
Product name
Precisely Spectrum
ft:title
spectrum-inline
First publish date
2007
ft:lastEdition
2023-09-15
ft:lastPublication
2023-09-15T11:00:29.706000

モデルのエンティティ タイプの名前を変更します。

Context Graph モデルのエンティティ タイプの名前を変更するには、contextgraph schema rename entityType コマンドを使用します。

使用方法

contextgraph schema rename entityType --m model --e entityType --ne newEntityType --w waitForComplete
必須 引数 説明
はい --m model エンティティ タイプの名前を変更するモデルの名前を指定します。
はい --e entityType 名前を変更するエンティティ タイプを指定します。
はい --ne newEntityType 新しいエンティティ タイプを指定します。
いいえ --w waitForComplete ジョブの完了まで同期モードで待機するかどうかを指定します。ここで、waitForComplete は次のいずれかです。
true
ジョブの完了を待機します。
false
ジョブの完了を待機しません。これがデフォルト設定です。

この例では、PersonalLending というモデルのエンティティ タイプの名前を Employee から Staff に変更します。

contextgraph schema rename entityType --m PersonalLending --e Employee --ne Staff