IPWorks Cloud 2020 Android 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
int

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(int partNumber, String objectName, String lastModified, long size, String ETag, String ownerId, String ownerDisplayName);



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