You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BlobClient.prototype.getStreamObject requires that we provide a Writable Stream as a parameter. It might be helpful to make this parameter optional, primarily in cases where a Readable Stream could directly be used in the future pipelines. One example, is using the Readable Stream directly when transferring data over the network.
The text was updated successfully, but these errors were encountered:
Currently,
BlobClient.prototype.getStreamObject
requires that we provide a Writable Stream as a parameter. It might be helpful to make this parameter optional, primarily in cases where a Readable Stream could directly be used in the future pipelines. One example, is using the Readable Stream directly when transferring data over the network.The text was updated successfully, but these errors were encountered: