Mininal information about a file.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
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 | The MD5 checksum of the file. | |
mod_date | dateTime | element | 0/1 | The date and time that the file was last modified. | |
name | string | element | 0/1 | The file name. | |
version | long | element | 0/1 | The current file version. | |
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
<fileBrief> <id>...</id> <name>...</name> <version>...</version> <length>...</length> <md5>...</md5> <mod_date>...</mod_date> <href>...</href> <links> <link> <href>...</href> <rel>...</rel> </link> </links> </fileBrief>