listFileEvents

Enumerates the EFL of a specific epoch.

Request

<listFileEvents epochNumber=" "/>

Reply

<listFileEvents>
   <file>
      <action/>
      <name/>
      <id/>
      <directory/>
   </file>
   <result value=" ">
      <description/>
   </result>
</listFileEvents>

Elements

action

Specifies the action that was performed (created, renamed, etc.).

Return Value

Action Performed

1

A file is Created

2

A file is Deleted

3

Modified file data

4

Modified metadata

5

File rename

6

File undeleted

name

Specifies the full path name of the file.

id

Specifies the ID of the file.

directory

(Optional) Specifies that the file is a directory.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.