AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A collection of parts associated with a multipart upload.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class GetObjectAttributesParts
The GetObjectAttributesParts type exposes the following members
Name | Description | |
---|---|---|
GetObjectAttributesParts() |
Name | Type | Description | |
---|---|---|---|
IsTruncated | System.Boolean |
Gets and sets the property IsTruncated.
Indicates whether the returned list of parts is truncated. A value of true indicates
that the list was truncated. A list can be truncated if the number of parts exceeds
the limit returned in the |
|
MaxParts | System.Int32 |
Gets and sets the property MaxParts. The maximum number of parts allowed in the response. |
|
NextPartNumberMarker | System.Int32 |
Gets and sets the property NextPartNumberMarker. When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request. |
|
PartNumberMarker | System.Int32 |
Gets and sets the property PartNumberMarker. The marker for the current part. |
|
Parts | System.Collections.Generic.List<Amazon.S3.Model.ObjectPart> |
Gets and sets the property Parts.
A container for elements related to a particular part. A response can contain zero
or more
|
|
TotalPartsCount | System.Int32 |
Gets and sets the property TotalPartsCount. The total number of parts. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5