contextgraph schema delete entityProperty - spectrum_platform - 23.1

spectrum-inline

Product type
Software
Portfolio
Integrate
Enrich
Locate
Verify
Product family
Spectrum™ software
Product
Spectrum™ software > Quality > Addressing
Spectrum™ software > Geo Addressing > Enterprise Tax
Spectrum™ software > Quality > Context Graph
Spectrum™ software > Spatial > Spectrum Spatial
Spectrum™ software > Discovery
Spectrum™ software > Data Integration
Spectrum™ software > Dataflow Designer
Spectrum™ software > Spectrum™ Platform
Spectrum™ software > Web Services
Spectrum™ software > GeoEnrichment
Spectrum™ software > Quality > Spectrum Quality
Version
23.1
ft:locale
en-US
Product name
Precisely Spectrum
ft:title
spectrum-inline
First publish date
2007
ft:lastEdition
2023-06-02
ft:lastPublication
2023-06-02T09:54:39.526000

Delete a Context Graph model property.

Use the contextgraph schema delete entityProperty command to delete a Context Graph model property.

Usage

contextgraph schema delete entityProperty --m model --e entityType --p property --w waitForComplete
Required Argument Description
Yes --m model Specifies the name of the model whose entity type property you want to delete.
No --e entityType Specifies the target entity type; includes all entity types if not specified.
Yes --p property Specifies the property you want to delete.
No --w waitForComplete Specifies whether to wait for jobs to complete in a synchronous mode, where waitForComplete is one of the following:
true
Waits for jobs to complete.
false
Does not wait for jobs to complete. This is the default setting.

Example

This example deletes the property HireDate from a model called Staff and an entity type of EmployeeName.

contextgraph schema delete entityProperty --m Staff --e EmployeeName --p HireDate