次の方法で共有


PagedDataConnectionOutput interface

DataConnection 項目のページ コレクション

プロパティ

nextLink

アイテムの次のページへのリンク

totalElements

結果セット全体で使用できるアイテムの合計数。

value

このページの DataConnection 項目

プロパティの詳細

アイテムの次のページへのリンク

nextLink?: string

プロパティ値

string

totalElements

結果セット全体で使用できるアイテムの合計数。

totalElements?: number

プロパティ値

number

value

このページの DataConnection 項目

value: DataConnectionOutput[]

プロパティ値