Interface IPageRequest (4.4.0)

public interface IPageRequest

A request for a page-streaming operation.

Namespace

Google.Api.Gax.Grpc

Assembly

Google.Api.Gax.Grpc.dll

Properties

PageSize

int PageSize { set; }

The maximum number of elements to return in the response.

Property Value
TypeDescription
int

PageToken

string PageToken { set; }

A token indicating the page to return. This is obtained from an earlier response, via NextPageToken.

Property Value
TypeDescription
string