hub schema rename relationshipProperty
Rename a model property.
Use the hub schema rename relationshipProperty command to rename a property in a Context Graph model.
Usage
hub schema rename relationshipProperty --m model --r relationshipLabel --p property --np newProperty --s sourceEntityType --t targetEntityType --w waitForCompleteRequired | Argument | Description |
---|---|---|
Yes | --m model | Specifies the name of the model whose relationship property you want to rename. |
No | --r relationshipLabel | Specifies the target relationship label. |
Yes | --p property | Specifies the property you want to rename. |
Yes | --np newProperty | Specifies the new property name. |
No | --s sourceEntityType | Specifies the type of source entity. |
No | --t targetEntityType | Specifies the type of target entity. |
No | --w waitForComplete | Specifies whether to wait for jobs to complete in a synchronous mode, where
waitForComplete is one of the following:
|
Example
This example renames the relationship property HireDate to Start Date in a model called Staff with a relationship label of Hired.
hub schema rename relationshipProperty --m Staff --r Hired --p HireDate --np StartDate