OBJECTVERSIONFILEACTIVITYFLAGS
Object version file activity action type flags.
Name | Description | Type |
---|---|---|
all | Specifies all flags set; Including any future flags. | boolean |
added | If present, indicates that the file is added. | boolean |
removed | If present, indicates that the file is removed. | boolean |
renamed | If present, indicates that the file is renamed. | boolean |
content_changed | If present, indicates that the file content is changed. | boolean |
retained | If present, indicates that the file has not changed. | boolean |
Example
{
"all": false,
"added": false,
"removed": false,
"renamed": false,
"content_changed": false,
"retained": false
}