AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.GetObjectAttributesParts

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class GetObjectAttributesParts

The GetObjectAttributesParts type exposes the following members

Constructors

NameDescription
Public Method GetObjectAttributesParts()

Properties

NameTypeDescription
Public Property IsTruncated System.Nullable<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 element.

Public Property MaxParts System.Nullable<System.Int32>

Gets and sets the property MaxParts.

The maximum number of parts allowed in the response.

Public Property NextPartNumberMarker System.Nullable<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 PartNumberMarker request parameter in a subsequent request.

Public Property PartNumberMarker System.Nullable<System.Int32>

Gets and sets the property PartNumberMarker.

The marker for the current part.

Public Property 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 Parts elements.

  • General purpose buckets - For GetObjectAttributes, if an additional checksum (including x-amz-checksum-crc32, x-amz-checksum-crc32c, x-amz-checksum-sha1, or x-amz-checksum-sha256) isn't applied to the object specified in the request, the response doesn't return the Part element.

  • Directory buckets - For GetObjectAttributes, regardless of whether an additional checksum is applied to the object specified in the request, the response returns the Part element.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property TotalPartsCount System.Nullable<System.Int32>

Gets and sets the property TotalPartsCount.

The total number of parts.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer