Package com.xensource.xenapi
Class Blob.Record
java.lang.Object
com.xensource.xenapi.Blob.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Blob
Represents all the fields in a Blob
-
Field Summary
FieldsModifier and TypeFieldDescriptionTrue if the blob is publicly accessible First published in XenServer 6.1.Time at which the data in the blob was last updatedThe mime type associated with this object.a notes field containing human-readable descriptiona human-readable nameSize of the binary data, in bytesUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
size
Size of the binary data, in bytes -
_public
True if the blob is publicly accessible First published in XenServer 6.1. -
lastUpdated
Time at which the data in the blob was last updated -
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
-
toString
-
toMap
Convert a blob.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-