Overload List

  NameDescription
Public methodDownload(CosmosUri, String, Boolean, Boolean)
This function downloads a stream on the virtual cluster to the local machine. The download will copy the entire stream, from the beginning to end.
Public methodDownload(CosmosUri, String, Boolean, DownloadMode)
This function downloads a stream on the virtual cluster to the local machine. The download will copy the entire stream, from the beginning to end.
Public methodDownload(CosmosUri, String, Int64, Boolean, Boolean)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy until the end of the stream.
Public methodDownload(CosmosUri, String, Int64, Boolean, DownloadMode)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy until the end of the stream.
Public methodDownload(CosmosUri, String, Int64, Int64, Boolean, Boolean)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy "length" number of bytes.
Public methodDownload(CosmosUri, String, Int64, Int64, Boolean, DownloadMode)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy "length" number of bytes.

See Also