AWS SDK Version 3 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 list of in-progress multipart uploads for a vault.

Inheritance Hierarchy

System.Object
  Amazon.Glacier.Model.UploadListElement

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

Syntax

C#
public class UploadListElement

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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