contextgraph schema count entityProperty

Counts an entity property of a model.

Use the contextgraph schema count entityProperty command to return the count for an entity property in a Context Graph model.

Usage

contextgraph schema count entityProperty --m model --e entitytype --p property
RequiredArgumentDescription
Yes --m  modelSpecifies the name of the model whose property you want to count.
No --e  entitytypeSpecifies the entity type on which to filter results.
Yes --p property Specifies the property to be counted.

Example

This example returns the count for the Title property on the Single entity in the PopularMusic model.

contextgraph schema count entityProperty --m PopularMusic --e Single --p Title