hub schema rename entityProperty
Rename a model property.
Use the hub schema rename entityProperty command to rename a Context Graph model property.
Usage
hub schema rename entityProperty --m model --e entityType --p property --np newProperty --w waitForCompleteRequired | Argument | Description |
---|---|---|
Yes | --m model | Specifies the name of the model whose entity property you want to rename. |
No | --e entityType | Specifies the target entity type; includes all entity types if not specified. |
Yes | --p property | Specifies the property you want to rename. |
Yes | --np newProperty | Specifies the new property name. |
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 property HireDate to Start Date in a model called Staff with a relationship label of Hired.
hub schema rename entityProperty --m Staff --r Hired --p HireDate --np StartDate