Google BigQuery v2 API - Class ListProjectsOptions (3.9.0)

public sealed class ListProjectsOptions

Reference documentation and code samples for the Google BigQuery v2 API class ListProjectsOptions.

Options for ListProjects operations.

Inheritance

object > ListProjectsOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

PageSize

public int? PageSize { get; set; }

The number of results to return per page. (This modifies the per-request page size; it does not affect the total number of results returned.)

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

If set, this token is used to indicate a continued list operation. The value should be taken from the NextPageToken property of either a Page<TResource> or a raw response from AsRawResponses().

Property Value
TypeDescription
string