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

.NET Framework 3.5
 
A list of in-progress multipart uploads for a vault.

Inheritance Hierarchy

System.Object
  Amazon.Glacier.Model.UploadListElement

Namespace: Amazon.Glacier.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UploadListElement : Object

The UploadListElement type exposes the following members

Constructors

NameDescription
Public Method UploadListElement() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property ArchiveDescription System.String Gets and sets the property ArchiveDescription.

The description of the archive that was specified in the Initiate Multipart Upload request.

Public Property CreationDate System.DateTime Gets and sets the property CreationDate.

The UTC time at which the multipart upload was initiated.

Public Property MultipartUploadId System.String Gets and sets the property MultipartUploadId.

The ID of a multipart upload.

Public Property PartSizeInBytes System.Int64 Gets and sets the property PartSizeInBytes.

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

Public Property VaultARN System.String Gets and sets the property VaultARN.

The Amazon Resource Name (ARN) of the vault that contains the archive.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1