IPWorks Cloud 2020 Kotlin 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 constructor()



public constructor(partNumber: Int, objectName: String?, lastModified: String?, size: Long, eTag: String?, ownerId: String?, ownerDisplayName: String?)



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]