IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

S3Part Type

A multipart upload part.

Remarks

This type represents a multipart upload part.

Fields

ETag
String

The ETag of the part.

This field reflects the ETag of the part.

LastModified
String

The last modified time of the part.

This field reflects the last modified time of the part.

ObjectName
String

The name (key) of the object the part was uploaded for.

This field reflects the name (key) of the object that the part was uploaded for.

OwnerDisplayName
String

The display name of the part's owner.

This field reflects the display name of the part's owner.

OwnerId
String

The Id of the part's owner.

This field reflects the Id of the part's owner.

PartNumber
Integer

The number of the part.

This field reflects the number of the part.

Size
Long

The size of the part.

This field reflects the size of the part, in bytes.

Constructors

public S3Part();
Public S3Part()
public S3Part(int partNumber, string objectName, string lastModified, long size, string ETag, string ownerId, string ownerDisplayName);
Public S3Part(ByVal PartNumber As Integer, ByVal ObjectName As String, ByVal LastModified As String, ByVal Size As Long, ByVal ETag As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String)

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