public static class Blob.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Date |
lastUpdated
Time at which the data in the blob was last updated
|
String |
mimeType
The mime type associated with this object.
|
String |
nameDescription
a notes field containg human-readable description
|
String |
nameLabel
a human-readable name
|
Long |
size
Size of the binary data, in bytes
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Blob.Record() |
public String uuid
public String nameLabel
public String nameDescription
public Long size
public Date lastUpdated
public String mimeType