Click or drag to resize

DownloadFileRequest Class

Parameters in a request for downloading a file
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class DownloadFileRequest : GetObjectRequest

The DownloadFileRequest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyByteRange
Download range of the object
(Inherited from GetObjectRequest.)
Public propertyCheckpointFile
File used to record the download progress
Public propertyDownloadEventHandler
Download event callback
Public propertyDownloadFile
Local path to which the object is downloaded
Public propertyDownloadPartSize
Part size
Public propertyDownloadProgress
Download progress callback function
(Inherited from GetObjectRequest.)
Public propertyEnableCheckpoint
Whether to enable the resumable mode.
Public propertyIfMatch
Return the object if its ETag is the same as the one specified by this parameter; otherwise, an error code is returned.
(Inherited from GetObjectRequest.)
Public propertyIfModifiedSince
Returns the object if it is modified after the time specified by this parameter; otherwise, an error code is returned.
(Inherited from GetObjectRequest.)
Public propertyIfNoneMatch
Return the object if its ETag is different from the one specified by this parameter; otherwise, an error code is returned.
(Inherited from GetObjectRequest.)
Public propertyIfUnmodifiedSince
Return the object if it remains unchanged since the time specified by this parameter; otherwise, an error code is returned.
(Inherited from GetObjectRequest.)
Public propertyImageProcess
Image processing parameters
(Inherited from GetObjectRequest.)
Public propertyObjectKey
Object name
(Inherited from GetObjectMetadataRequest.)
Public propertyPartSize Obsolete.
Part size
Public propertyProgressInterval
Interval for refreshing the download progress. The default value is 100 KB or 1 second.
(Inherited from GetObjectRequest.)
Public propertyProgressType
Mode for presenting the download progress. The default value is "ByBytes".
(Inherited from GetObjectRequest.)
Public propertyResponseHeaderOverrides
Rewritten response headers
(Inherited from GetObjectRequest.)
Public propertySseCHeader
SSE-C decryption headers of the object content
(Inherited from GetObjectMetadataRequest.)
Public propertyTaskNum
Maximum number of parts that can be concurrently downloaded
Public propertyTempDownloadFile
Temporary file generated during the download
Public propertyVersionId
Object version ID
(Inherited from GetObjectMetadataRequest.)
Top
See Also