IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

GlacierMultipartUpload Type

This type holds details about the multipart upload.

Remarks

This type holds details about the multipart upload.

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".

PartSize
Integer

The part size in bytes. This is specified by the PartSize setting and is used when StartMultipartUpload is called.

UploadId
String

The Id of the multipart upload.

VaultArn
String

The Amazon Resource Name (ARN) of the Vault in which the archive is created.

Constructors

public GlacierMultipartUpload(string archiveDescription, string creationDate, string uploadId, string vaultArn, int partSize);
Public GlacierMultipartUpload(ByVal ArchiveDescription As String, ByVal CreationDate As String, ByVal UploadId As String, ByVal VaultArn As String, ByVal PartSize As Integer)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]