GlacierPart Type
This type holds details about the part.
Remarks
This type holds details about the part.
Fields
ArchiveDescription String |
The description of the archive (if any). |
CreationDate String |
The UTC time that the multipart upload was started. This is a string representation of ISO 8601 date format. For example: "2012-03-20T17:03:43.221Z". |
SHA256TreeHash String |
The SHA256 tree hash value that Amazon calculated for the part. |
Size Long |
The part size in bytes. |
StartPosition Long |
The byte offset in the archive of the current part. |
UploadId String |
The Id of the multipart upload associated with this part. |
VaultArn String |
The Amazon Resource Name (ARN) of the Vault in which the archive is created. |
Constructors
[VB.NET] Public GlacierPart() [C#] public GlacierPart();
[VB.NET] Public GlacierPart(ByVal ArchiveDescription As String, ByVal CreationDate As String, ByVal UploadId As String, ByVal StartPosition As Long, ByVal Size As Integer, ByVal SHA256TreeHash As String, ByVal VaultArn As String) [C#] public GlacierPart(string archiveDescription, string creationDate, string uploadId, long startPosition, int size, string SHA256TreeHash, string vaultArn);