Skip to main content

OBJECTVERSIONFILEACTIVITYFLAGS

Object version file activity action type flags.

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
addedIf present, indicates that the file is added.boolean
removedIf present, indicates that the file is removed.boolean
renamedIf present, indicates that the file is renamed.boolean
content_changedIf present, indicates that the file content is changed.boolean
retainedIf present, indicates that the file has not changed.boolean

Example

{
"all": false,
"added": false,
"removed": false,
"renamed": false,
"content_changed": false,
"retained": false
}