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 presigned URL for uploading a single part of a multipart attachment upload, along with the part index and the date and time the URL expires. Returned by GetAttachmentUploadLinks.
Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z
public class UploadUrl
The UploadUrl type exposes the following members
| Name | Description | |
|---|---|---|
|
UploadUrl() |
| Name | Type | Description | |
|---|---|---|---|
|
ExpiryDate | System.String |
Gets and sets the property ExpiryDate. The date and time, in ISO-8601 format, when the presigned URL expires. Upload the part before this time. |
|
PartIndex | System.Nullable<System.Int32> |
Gets and sets the property PartIndex. The index of the part that this URL uploads. |
|
Url | System.String |
Gets and sets the property Url.
The presigned HTTPS URL that you use to upload a single part with 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