QueryHierarchyItemsResult interface

Properties

count

The count of items.

hasMore

Indicates if the max return limit was hit but there are still more items

value

The list of items

Property Details

count

The count of items.

count: number

Property Value

number

hasMore

Indicates if the max return limit was hit but there are still more items

hasMore: boolean

Property Value

boolean

value

The list of items

value: QueryHierarchyItem[]

Property Value