[Feature Request] Add downloadTo to Storage Client #2107
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Feature Request
The Java Cloud Storage client
google-cloud-storage
has a sample to download a Blob (shown below). The feature request is to add this functionality into the sample shown into an additional methoddownloadTo
for Class Blob to reduce complexity of downloading a blob using the Java Storage client. At the moment other clients use this approach and allow a user to download a given Blob to a specified file.Language Comparison:
In other client libraries (google-cloud-ruby) there exists a method to download a Blob to a specified file.
Another example using .NET:
Example of usage
The text was updated successfully, but these errors were encountered: