Click or drag to resize

ListPartsRequest Class

Parameters in a request for listing uploaded parts
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 ListPartsRequest : ObsBucketWebServiceRequest

The ListPartsRequest type exposes the following members.

Constructors
  NameDescription
Public methodListPartsRequest
Initializes a new instance of the ListPartsRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyMaxParts
Maximum number of uploaded parts that can be listed
Public propertyObjectKey
Object name
Public propertyPartNumberMarker
Start position for listing parts
Public propertyUploadId
Multipart upload ID
Top
See Also