Click or drag to resize
UploadObjectRequest Properties

The UploadObjectRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Gets or sets the name of the bucket.
Public propertyCheckpointDir
Gets or sets the checkpoint dir.
Public propertyKey
Gets or sets the key.
Public propertyMetadata
Gets or sets the metadata.
Public propertyParallelThreadCount
Gets or sets the parallel thread count.
Public propertyPartSize
Gets or sets the size of the part.
Public propertyStreamTransferProgress
Gets or sets the stream transfer progress.
Public propertyUploadFile
Gets or sets the upload file.
Public propertyUploadStream
Gets or sets the upload stream. Note: when both UploadStream and UploadFile properties are set, the UploadStream will be used. It will be disposed once the ResumableUploadFile finishes.
Top
See Also