AWS SDK Version 3 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.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.Int32

Gets and sets the property MaxParts.

The maximum number of parts allowed in the response.

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

Public Property PartNumberMarker 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 a 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 Part.

  • Directory buckets - For GetObjectAttributes, no matter whether a additional checksum is applied to the object specified in the request, the response returns Part.

Public Property TotalPartsCount System.Int32

Gets and sets the property TotalPartsCount.

The total number of parts.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5