GetPage type
The type of a custom function that defines how to get a page and a link to the next one if any.
type GetPage<TPage> = (
pageLink: string
) => Promise<{ nextPageLink?: string; page: TPage }>
הדפדפן הזה אינו נתמך עוד.
שדרג ל- Microsoft Edge כדי לנצל את התכונות, עדכוני האבטחה והתמיכה הטכנית העדכניים ביותר.
הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
The type of a custom function that defines how to get a page and a link to the next one if any.
type GetPage<TPage> = (
pageLink: string
) => Promise<{ nextPageLink?: string; page: TPage }>
Azure SDK for JavaScript