hub schema list entityProperties

Lists entity properties for a model.

Use the hub schema list entityProperties command to return a list of all entity properties for a Context Graph model.

Usage

hub schema list entityProperties --m model --e entityType --i indexedOnly
RequiredArgumentDescription
Yes--m modelSpecifies the name of the model whose entity properties you want to list.
No--e entityTypeLimits the results to the specified entity type.
No--i indexedOnlySpecifies whether to limit the results to indexed properties only, where indexedOnly is one of the following:
true
Limits the results. This is the default setting.
false
Does not limit the results.

Example

This example lists all entity properties for a model named PersonalBanking, filters the results to include just the Customer type, and filters the results to indexed properties only.

hub schema list entityProperties --m PersonalBanking --e Customer