Click or drag to resize
DownloadObjectRequest Properties

The DownloadObjectRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Gets or sets the name of the bucket.
Public propertyCheckpointDir
Gets or sets the checkpoint file.
Public propertyDownloadFile
Gets or sets the download file.
Public propertyKey
Gets or sets the key.
Public propertyMatchingETagConstraints
Gets the ETag matching constraint list. If the actual ETag matches any one in the constraint list, the file will be downloaded. Otherwise, returns precondition failed. The corresponding http header is "If-Match".
Public propertyModifiedSinceConstraint
Gets or sets "If-Modified-Since".
Public propertyNonmatchingETagConstraints
Gets the ETag non-matching constraint list. If the actual ETag does not match any one in the constraint list, the file will be downloaded. Otherwise, returns precondition failed. The corresponding http header is "If-None-Match".
Public propertyParallelThreadCount
Gets or sets the parallel thread count.
Public propertyPartSize
Gets or sets the size of the part.
Public propertyResponseHeaders
Gets the overrided response headers.
Public propertyStreamTransferProgress
Gets or sets the stream transfer progress.
Public propertyUnmodifiedSinceConstraint
Gets or sets "If-Unmodified-Since" parameter
Top
See Also