Data.Cloud.AmazonAPI.TAmazonListPartsResult Properties
InheritedProtected
| Bucket | public | The name of the bucket this result is for. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| InitiatorDisplayName | public | The multipart upload ID this result represents. |
| InitiatorId | public | The unique ID of the initiator of the multipart upload. |
| IsReducedRedundancyStorage | public | Specifies which redundancy to use: REDUCED_REDUNDANCY or STANDARD. |
| IsTruncated | public | Specifies whether there are parts that were not returned (set the method to True) or there are no such parts (set the method to False). |
| MaxParts | public | The maximum number of parts that are allowed for the request. |
| NextPartNumberMarker | public | The Continuation token for when the result is truncated. |
| ObjectName | public | The name of the object (key) that this result is for. |
| OwnerDisplayName | public | The display name of the owner of the multipart upload. |
| OwnerId | public | The AWS ID of the owner of the multipart upload. |
| PartNumberMarker | public | The part number after which listing begins. |
| Parts | public | The list of parts for the multipart upload. |
| UploadId | public | The multipart upload ID this result represents. |