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.
This is the response object from the GetAttachmentUploadLinks operation.
Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z
public class GetAttachmentUploadLinksResponse : AmazonWebServiceResponse
The GetAttachmentUploadLinksResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetAttachmentUploadLinksResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
NextIndex | System.Nullable<System.Int32> |
Gets and sets the property NextIndex.
The next part index to request presigned URLs for. If all upload URLs for the file
have been returned, this field is |
|
PartSizeBytes | System.Nullable<System.Int64> |
Gets and sets the property PartSizeBytes.
The size, in bytes, of each part. Split the file into parts of this size before you
upload them to the presigned URLs. For an upload with |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
TotalParts | System.Nullable<System.Int32> |
Gets and sets the property TotalParts. The total number of parts that the file is split into. Upload one part to each presigned URL. |
|
UploadId | System.String |
Gets and sets the property UploadId.
The unique identifier for the multipart upload. Use this value in subsequent calls
to |
|
UploadUrls | System.Collections.Generic.List<Amazon.AWSSupport.Model.UploadUrl> |
Gets and sets the property UploadUrls.
The list of presigned upload URLs for the requested range of parts. The list contains
at most 10 URLs per call. Upload each part to its corresponding URL by using HTTP
|
.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