GStorageObject Type
This type represents a single Storage Object.
Remarks
This type represents a single Storage Object.
Fields
ETag String |
An Etag for the current object. This is used to tell if an object has been modified. The value is the MD5 hash of the object. |
Name String |
The name (key) of the current object. |
LastModified String |
The date and time at which the object was last modified. |
OwnerDisplayName String |
The display name of the Object owner. |
OwnerId String |
The owner ID of the Object. |
Size long |
The size of the current object. |
StorageClass String |
The storage type of the current object. |
Constructors
public GStorageObject();
public GStorageObject(String name, String lastModified, int size, String storageClass, String ETag, String ownerId, String ownerDisplayName);