Class Blob.Record

java.lang.Object
com.xensource.xenapi.Blob.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Blob

public static class Blob.Record extends Object implements Types.Record
Represents all the fields in a Blob
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

      public String nameDescription
      a notes field containing human-readable description
    • size

      public Long size
      Size of the binary data, in bytes
    • _public

      public Boolean _public
      True if the blob is publicly accessible First published in XenServer 6.1.
    • lastUpdated

      public Date lastUpdated
      Time at which the data in the blob was last updated
    • mimeType

      public String mimeType
      The mime type associated with this object. Defaults to 'application/octet-stream' if the empty string is supplied
  • Constructor Details

    • Record

      public Record()
  • Method Details