JULEA
|
Data Fields | |
bson_oid_t | id |
gchar * | name |
JCredentials * | credentials |
JDistribution * | distribution |
JKV * | kv |
JDistributedObject * | object |
struct { | |
guint64 age | |
guint64 size | |
gint64 modification_time | |
} | status |
JCollection * | collection |
gint | ref_count |
A JItem.
guint64 JItem::age |
JCollection* JItem::collection |
The parent collection.
JCredentials* JItem::credentials |
JDistribution* JItem::distribution |
bson_oid_t JItem::id |
The ID.
JKV* JItem::kv |
gint64 JItem::modification_time |
The time of the last modification. Stored in microseconds since the Epoch.
gchar* JItem::name |
The name.
JDistributedObject* JItem::object |
gint JItem::ref_count |
The reference count.
guint64 JItem::size |
The size. Stored in bytes.
struct { ... } JItem::status |
The status.