Click or drag to resize

UploadPartRequest Class

Parameters in a part upload request
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class UploadPartRequest : ObsBucketWebServiceRequest

The UploadPartRequest type exposes the following members.

Constructors
  NameDescription
Public methodUploadPartRequest
Initializes a new instance of the UploadPartRequest class
Top
Properties
  NameDescription
Public propertyAutoClose
Whether to automatically close the input stream. The default value is "true".
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyContentMd5
Base64-encoded MD5 value of the part to be uploaded, used for consistency verification on the server
Public propertyFilePath
Path to the source file of the part
Public propertyInputStream
Data stream of the to-be-uploaded part
Public propertyObjectKey
Object name
Public propertyOffset
Start offset of the part in the source file
Public propertyPartNumber
Part number
Public propertyPartSize
Part size
Public propertyProgressInterval
A progress bar is provided to show the progress. The default value is 100 KB or 1 second.
Public propertyProgressMetric Obsolete.
Public propertyProgressType
Mode for presenting the upload progress. The default value is "ByBytes".
Public propertySseCHeader
SSE-C encryption headers of the part
Public propertyUploadId
Multipart upload ID
Public propertyUploadProgress
Progress bar
Top
See Also