Overload List

  NameDescription
Public methodReadStream(CosmosUri, Boolean)
This function reads a stream from the virtual cluster and returns a stream object. The stream will be read from the beginning and until the end of the stream is reached.
Public methodReadStream(CosmosUri, Int64, Boolean)
This function reads a stream from the virtual cluster and returns a stream object. The stream will be read from the specified offset until the end of the stream is reached.
Public methodReadStream(CosmosUri, Int64, Int64, Boolean)
This function reads a stream from the virtual cluster and returns a stream object. The stream will be read from the specified offset for the given length.

See Also