Class ObjectInfo


  • @Generated("com.googlecode.jsonschema2pojo")
    public class ObjectInfo
    extends Object

    Original spec-file type: ObjectInfo

     Information about an object as a struct rather than a tuple.
     This allows adding fields in a backward compatible way in the future.
     Includes more fields than object_info.
     obj_id objid - the numerical id of the object.
     obj_name name - the name of the object.
     type_string type - the type of the object.
     timestamp save_date - the save date of the object.
     obj_ver ver - the version of the object.
     username saved_by - the user that saved or copied the object.
     ws_id wsid - the workspace containing the object.
     ws_name workspace - the workspace containing the object.
     string chsum - the md5 checksum of the object.
     int size - the size of the object in bytes.
     usermeta meta - arbitrary user-supplied metadata about the object.
     usermeta adminmeta - service administrator metadata set on an object. Unlike most
             other object fields, admin metadata is mutable.
     list path - the path to the object.