IPWorks Cloud 2020 Android Edition

Questions / Feedback?

S3Object Type

An object.

Remarks

This type represents an object.

Fields

Deleted
boolean

Whether this object version is a delete marker.

This field 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; false in all other cases.

ETag
String

The ETag of the object.

This field 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 field reflects the last modified time of the object.

Not applicable when ListMultipartUploads is called.

LatestVersion
boolean

Whether this is the latest object version.

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

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

Name
String

The name (key) of the object.

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

OwnerDisplayName
String

The display name of the object's owner.

This field 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 field reflects the Id of the object's owner.

Not applicable when GetObjectInfo is called.

Size
long

The size of the object.

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

Not applicable when ListMultipartUploads is called.

StorageClass
String

The storage class of the object.

This field reflects the storage class of the object.

UploadId
String

The upload Id of the multipart upload.

This field reflects the upload Id of the multipart upload.

Only applicable when ListMultipartUploads is called.

VersionId
String

The Id of the object version.

This field 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 S3Object();



public S3Object(String name, String lastModified, long size, String storageClass, String ETag, String ownerId, String ownerDisplayName, String uploadId);



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