I have google-cloud-storage-1.15.0 and want to user Bucket.list_blobs for many objects, so want to limit the fields returned. However, from the doc it's not clear to me:
- If I have to specify
nextPageToken in the fileds param as well or is it obsolete like the page_token param?
- How to specify multiple fields and what's the proper form:
items(name,size) or items/name,items/size?
Please, fill the doc, thanks.
I have google-cloud-storage-1.15.0 and want to user
Bucket.list_blobsfor many objects, so want to limit the fields returned. However, from the doc it's not clear to me:nextPageTokenin thefiledsparam as well or is it obsolete like thepage_tokenparam?items(name,size)oritems/name,items/size?Please, fill the doc, thanks.