If set, this specifies the fields to fetch in the result to obtain partial responses,
usually to improve performance.
For example, to fetch just the name and location of each bucket, set this property to
"items(name,location),nextPageToken". The "nextPageToken" field is required in order to
fetch multiple pages; the library does not add this automatically.
See https://cloud.google.com/storage/docs/json_api/v1/how-tos/performance#partial for more details
on specifying fields for partial responses.
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().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `ListBucketsOptions` class within the Google Cloud Storage v1 API, specifically for version 4.2.0 and all the way up to the latest version, 4.11.0."],["`ListBucketsOptions` is used to configure options for listing bucket operations in Google Cloud Storage, including specifying fields for partial responses and controlling the number of results per page."],["The class contains properties like `Fields`, `PageSize`, `PageToken`, `Prefix`, and `Projection`, enabling customization of bucket listing behavior, such as filtering by name prefix and setting the desired projection."],["The document also details the inheritance hierarchy of the `ListBucketsOptions` class, showing that it inherits from `Object` and lists inherited members like `GetHashCode()` and `GetType()`."]]],[]]