S3Part Type

A multipart upload part.

Remarks

This type represents a multipart upload part. Not applicable when ServiceProvider is spGoogleStorage (2) (Google Cloud Storage does not support multipart uploads).

Fields

eTag
String

The ETag of the part.

This property reflects the ETag of the part.

lastModified
String

The last modified time of the part.

This property reflects the last modified time of the part.

objectName
String

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

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

ownerDisplayName
String

The display name of the part's owner.

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

ownerId
String

The Id of the part's owner.

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

partNumber
Int32

The number of the part.

This property reflects the number of the part.

size
Int64

The size of the part.

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

Constructors

public init()
public init(partNumber: Int32, objectName: String, lastModified: String, size: Int64, eTag: String, ownerId: String, ownerDisplayName: String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 macOS Edition - Version 20.0 [Build 8178]