name |
Yes |
string |
Specifies the name of the directory or file
to be added to the archive. If the file or directory is located in
a sub-directory, the value of the name node must contain the directory
path of the file in addition to the file name. For example, to specify
the file called file1.txt located in the directory called cat, specify
the value: cat/file1.txt. |
datetime |
No |
dateTime |
Specifies the creation date and time of
the file or directory to be added to the archive. |
isdirectory |
No |
boolean |
Specifies if the current entity is a directory
or a file: - true specifies the entity is a directory
- false specifies the entity is a file
|
content |
No |
base64Binary |
Specifies the contents of the file or directory. |
size |
No |
decimal |
Specifies the size of the file or directory. |
userid |
No |
string |
Specifies the user ID of the file or directory. |
groupid |
No |
string |
Specifies the group IDof the file or directory. |
permissions |
No |
string |
Specifies the permissions of the file or
directory. |