Class ListPartsResponse
Returns information about the ListParts response and response metadata.
public class ListPartsResponse : AmazonWebServiceResponse
- Inheritance
-
ListPartsResponse
Constructors
ListPartsResponse()
public ListPartsResponse()
Properties
AbortDate
Date when multipart upload will become eligible for abort operation by lifecycle.
public DateTime AbortDate { get; set; }
Property Value
AbortRuleId
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
public string AbortRuleId { get; set; }
Property Value
BucketName
Gets and sets the property BucketName.
The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.
public string BucketName { get; set; }
Property Value
ChecksumAlgorithm
Gets and sets the property ChecksumAlgorithm.
The algorithm that was used to create a checksum of the object.
public ChecksumAlgorithm ChecksumAlgorithm { get; set; }
Property Value
Initiator
Gets and sets the property Initiator.
Container element that identifies who initiated the multipart upload. If the initiator is an Amazon Web Services account, this element provides the same information as the
Owner
element. If the initiator is an IAM User, this element provides
the user ARN and display name.
public Initiator Initiator { get; set; }
Property Value
IsTruncated
Indicates whether the returned list of parts is truncated.
public bool IsTruncated { get; set; }
Property Value
Key
Object key for which the multipart upload was initiated.
public string Key { get; set; }
Property Value
MaxParts
Maximum number of parts that were allowed in the response.
public int MaxParts { get; set; }
Property Value
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 int NextPartNumberMarker { get; set; }
Property Value
Owner
Gets and sets the Owner property.
public Owner Owner { get; set; }
Property Value
PartNumberMarker
Part number after which listing begins.
public int PartNumberMarker { get; set; }
Property Value
Parts
Gets and sets the Parts property.
PartDetails is a container for elements related to a particular part. A response can contain zero or more Part elements.
public List<PartDetail> Parts { get; set; }
Property Value
RequestCharged
If present, indicates that the requester was successfully charged for the request.
public RequestCharged RequestCharged { get; set; }
Property Value
StorageClass
The class of storage used to store the object.
public string StorageClass { get; set; }
Property Value
UploadId
Upload ID identifying the multipart upload whose parts are being listed.
public string UploadId { get; set; }