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

Inheritance Hierarchy

System.Object
  Amazon.AWSSupport.Model.UploadUrl

Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z

Syntax

C#
public class UploadUrl

The UploadUrl type exposes the following members

Constructors

NameDescription
Public Method UploadUrl()

Properties

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

Public Property PartIndex System.Nullable<System.Int32>

Gets and sets the property PartIndex.

The index of the part that this URL uploads.

Public Property Url System.String

Gets and sets the property Url.

The presigned HTTPS URL that you use to upload a single part with HTTP PUT. Upload URLs are served from uploadv1.attachments.support.{region}.amazonaws.com. The uploadv1 prefix is subject to change.

Version Information

.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