Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

SetDownloadStream Method

Sets the stream to which a retrieved blob will be written.

Syntax

[VB.NET]
Public Sub SetDownloadStream(ByVal DownloadStream As System.IO.Stream)
[C#]
public void SetDownloadStream(System.IO.Stream downloadStream);

Remarks

This method should be set when a retrieved blob is to be written to a stream prior to calling GetBlob.

By default and when this value is set to null, the component will write the data to the file specified by LocalFile or store it within BlobData (if LocalFile is set to empty string) when retrieving a blob. However when a valid stream is specified, the data will be written to the stream.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]