Base class for file objects.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
creation | historyStamp | element | 0/1 | The date and time when the file was created. | |
id | string | element | 0/1 | The ID of the file. | |
length | long | element | 0/1 | The file size in bytes. | |
md5 | string | element | 0/1 | MD5 checksum. | |
modification | historyStamp | element | 0/1 | The datae and time when the file was last modified. | |
version_number | int | element | 0/1 | File version number. This is incremented each time the file is modified. | |
Properties inherited from searchableObject |
|||||
doc_type | string | element | 0/1 | The indexed document type. Possible values are:
|
|
Properties inherited from baseRestObject |
|||||
href | string | element | 0/1 | The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest). | |
link | link | element | 0/unbounded | Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs) |
Example
<b-----> <id>...</id> <creation> <principal> <id>...</id> <href>...</href> </principal> <date>...</date> </creation> <modification> <principal> <id>...</id> <href>...</href> </principal> <date>...</date> </modification> <length>...</length> <md5>...</md5> <version_number>...</version_number> <doc_type>...</doc_type> <href>...</href> <links> <link/> </links> </b----->