Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 989 Bytes

UForgeUploadObject.rst

File metadata and controls

27 lines (19 loc) · 989 Bytes

UForgeUploadObject

Holds generic information used by platform objects that can be uploaded

Attributes

The list of attributes for UForgeUploadObject are:

  • md5sum (string): the md5sum of the uploaded object
  • mimeType (string): the mime type of the file uploaded
  • sha256sum (string): the sha256 value of the uploaded object
  • size (long): the size (in bytes) of the uploaded object
  • status (status-object): the upload status (see status-object)
  • uploaded (boolean): a boolean to indicate if the file has been uploaded
  • uploadedTime (dateTime): the timestamp the upload was completed
  • created (dateTime): the date the appliance template is created
  • dbId (long): the database id of the object
  • digest (string): the digest value (used for etag)
  • lastModified (dateTime): the last modified date of this object