AWS SDK for .NET Documentation
UploadListElement Class
AmazonAmazon.Glacier.ModelUploadListElement Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class UploadListElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UploadListElement()()()()
Initializes a new instance of the UploadListElement class

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

CreationDate
The UTC time at which the multipart upload was initiated.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MultipartUploadId
The ID of a multipart upload.

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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VaultARN
The Amazon Resource Name (ARN) of the vault that contains the archive.

WithArchiveDescription(String) Obsolete.
Sets the ArchiveDescription property

WithCreationDate(DateTime) Obsolete.
Sets the CreationDate property

WithMultipartUploadId(String) Obsolete.
Sets the MultipartUploadId property

WithPartSizeInBytes(Int64) Obsolete.
Sets the PartSizeInBytes property

WithVaultARN(String) Obsolete.
Sets the VaultARN property

Inheritance Hierarchy
Object
UploadListElement

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)