Class: blob

A placeholder for a binary blob

Fields

datetime last_updated [RO/constructor]
string mime_type [RO/constructor]
string name_description [RW]
string name_label [RW]
bool public [RW]
int size [RO/runtime]
string uuid [RO/runtime]

Messages

blob ref create (session ref, string, bool)
void destroy (session ref, blob ref)
blob ref set get_all (session ref)
(blob ref → blob record) map get_all_records (session ref)
blob ref set get_by_name_label (session ref, string)
blob ref get_by_uuid (session ref, string)
datetime get_last_updated (session ref, blob ref)
string get_mime_type (session ref, blob ref)
string get_name_description (session ref, blob ref)
string get_name_label (session ref, blob ref)
bool get_public (session ref, blob ref)
blob record get_record (session ref, blob ref)
int get_size (session ref, blob ref)
string get_uuid (session ref, blob ref)
void set_name_description (session ref, blob ref, string)
void set_name_label (session ref, blob ref, string)
void set_public (session ref, blob ref, bool)