Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EntitiesResponse type

Represents the result of list operation on entities which also contains the continuationToken to start iterating over from.

type EntitiesResponse<T> = WithResponse<T[]> &
 Pick<PageSettings, "continuationToken">