IPWorks Cloud 2020 macOS Edition

Questions / Feedback?

S3Object Type

An object.

Remarks

This type represents an object.

Fields

deleted
Bool

Whether this object version is a delete marker.

This property indicates whether this object version is a delete marker. Delete markers are created when an object in a versioning-enabled bucket is "deleted" (i.e., instead of actually deleting any data); refer to DeleteObject for more information.

Only applicable when ListVersions is called, or when GetObjectInfo is called while VersionId is non-empty; in all other cases.

eTag
String

The ETag of the object.

This property reflects the ETag of the object.

An object's ETag is an MD5 hash of its contents, and as such can be used to determine if its contents have been modified.

Not applicable when ListMultipartUploads is called.

lastModified
String

The last modified time of the object.

This property reflects the last modified time of the object.

Not applicable when ListMultipartUploads is called.

latestVersion
Bool

Whether this is the latest object version.

This property indicates whether this object version is the latest version available.

Only applicable when ListVersions is called; in all other cases.

name
String

The name (key) of the object.

This property reflects the name (key) of the object.

ownerDisplayName
String

The display name of the object's owner.

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

Not applicable when GetObjectInfo is called.

ownerId
String

The Id of the object's owner.

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

Not applicable when GetObjectInfo is called.

size
Int64

The size of the object.

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

Not applicable when ListMultipartUploads is called.

storageClass
String

The storage class of the object.

This property reflects the storage class of the object.

uploadId
String

The upload Id of the multipart upload.

This property reflects the upload Id of the multipart upload.

Only applicable when ListMultipartUploads is called.

versionId
String

The Id of the object version.

This property reflects the Id of the object version. Note that the string null is a valid version Id.

Only applicable when ListVersions is called, or when GetObjectInfo is called while VersionId is non-empty; empty in all other cases.

Constructors

public init()
public init(name: String, lastModified: String, size: Int64, storageClass: String, eTag: String, ownerId: String, ownerDisplayName: String, uploadId: String)

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