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-08-04 UTC."],[[["The latest version of the `ListBucketsOptions` class is 4.11.0, and the page includes documentation for multiple past versions, down to 3.4.0."],["The `ListBucketsOptions` class provides options for managing how `ListBuckets` operations are performed within the `Google.Cloud.Storage.V1` namespace."],["The class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Properties within `ListBucketsOptions` allow for customization of bucket listing, including `Fields` for partial responses, `PageSize` for the amount of results, `PageToken` for continued operations, `Prefix` for name matching, and `Projection` for retrieval type."],["The `ListBucketsOptions` class is found in the `Google.Cloud.Storage.V1.dll` assembly."]]],[]]