QueryHierarchyItemsResult interface
count | The count of items. |
has |
Indicates if the max return limit was hit but there are still more items |
value | The list of items |
The count of items.
count: number
Property Value
number
Indicates if the max return limit was hit but there are still more items
hasMore: boolean
Property Value
boolean