IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

GStorageObject Type

An object.

Remarks

This type represents an object.

Fields

Deleted
Boolean

Whether this object version was deleted or overwritten.

This field indicates whether this object version was deleted or overwritten.

Only applicable when ListVersions is called; 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.

LastModified
String?

The last modified time of the object.

This field reflects the last modified time of the object.

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 specifies 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.

StorageClass
String?

The storage class of the object.

This field reflects the storage class of the object.

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 constructor()



public constructor(name: String?)



public constructor(name: String?, lastModified: String?, size: Long, storageClass: String?, 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]