Overload List

  NameDescription
Public methodUpload(String, CosmosUri, Boolean)
This function uploads the given file to the vc. The local file in its entirety will be uploaded. The destination stream will be created during this operation and cannot exist prior to upload.
Public methodUpload(array<Byte>[]()[][], CosmosUri, Boolean, TimeSpan)
This function uploads the given byte array data to the VC. The destination stream will be created during this operation and cannot exist prior to upload.
Public methodUpload(String, CosmosUri, Boolean, TimeSpan)
This function uploads the given file to the vc. The local file in its entirety will be uploaded. The destination stream will be created during this operation and cannot exist prior to upload.
Public methodUpload(String, CosmosUri, Boolean, TimeSpan, Boolean)
This function uploads the given file to the vc. The local file in its entirety will be uploaded. The destination stream will be created during this operation and cannot exist prior to upload.
Public methodUpload(String, CosmosUri, Int64, Int64, Boolean)
This function uploads the given file to the vc. The data will be read from the local file starting at offset and the number of bytes appended will be equal to length. The destination stream will be created during this operation and cannot exist prior to upload.
Public methodUpload(String, CosmosUri, Int64, Int64, Boolean, TimeSpan, Boolean)
This function uploads the given file to the vc. The data will be read from the local file starting at offset and the number of bytes appended will be equal to length. The destination stream will be created during this operation and cannot exist prior to upload.

See Also