DbNodeListResult interface

The response of a DbNode list operation.

Properties

nextLink

The link to the next page of items

value

The DbNode items on this page

Property Details

The link to the next page of items

nextLink?: string

Property Value

string

value

The DbNode items on this page

value: DbNode[]

Property Value

DbNode[]