IPWorks S3 2020 Delphi 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 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; False 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
Boolean

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; True 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

constructor Create();
constructor Create(valName: String; valLastModified: String; valSize: Int64; valStorageClass: String; valETag: String; valOwnerId: String; valOwnerDisplayName: String; valUploadId: String);

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