contextgraph schema rename relationshipLabel - spectrum_platform - 23.1

spectrum-inline

Product type
ソフトウェア
Portfolio
Integrate
Enrich
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
日本語
Product name
Precisely Spectrum
Title
spectrum-inline
First publish date
2007
Last updated
2023-09-15
Published on
2023-09-15T11:00:29.706000

関連性ラベルの名前を変更します。

contextgraph schema rename relationshipLabel コマンドは、Context Graph モデルの関連性ラベルの名前を変更します。

使用方法

contextgraph schema rename relationshipLabel --m model --r relationshipLabel --nr  newRelationshipLabel --s sourceEntityType --t targetEntityType --w waitForComplete
必須 引数 説明
はい --m model 関連性ラベルの名前を変更するモデルの名前を指定します。
はい --r relationshipLabel 名前を変更する関連性ラベルを指定します。
はい --nr newRelationshipLabel 関連性ラベルの新しい名前を指定します。
いいえ --s sourceEntityType ソース エンティティのタイプを指定します。
いいえ --t targetEntityType ターゲット エンティティのタイプを指定します。
いいえ --w waitForComplete ジョブの完了まで同期モードで待機するかどうかを指定します。ここで、waitForComplete は次のいずれかです。
true
ジョブの完了を待機します。
false
ジョブの完了を待機しません。これがデフォルト設定です。

この例では、Staff というモデルの関連性ラベル Hired の名前を Employed に変更します。

contextgraph schema rename relationshipLabel --m Staff --r Hired --nr Employed