Waiting for engine...
Skip to main content

Retrieve FS audit record data structures

FTHFileSystemLogItemData

Contains data from the log record on the actions performed on files and folders

Data TypeField NameDescription
intFolderIDID of a Folder for which log info is requested. Equals (-1) if information is requested for a File.
intFileIDID of a File for which log info is requested. Equals (-1) if information is requested for a Folder.
stringEmailAddressEmail address of a user who performed the action.
In case of external user this email is the only identifier of a user.
intOperationCode of logged operation:
None = 0,
Created = 1,
Overwritten = 2,
InternalDownload = 4,
ExternalDownload = 8,
DisclaimerDownload = 16,
Deleted = 32,
Purged = 64,
MovedIn = 128,
MovedOut = 256,
Restored = 512,
Versioned = 1024,
MetadataEdit = 2048,
PermissionEdit = 4096,
Distributed = 8192,
InternalUpload = 16384,
ExternalUpload = 32768,
FileRename = 65536,
FolderRename = 131072,
Quarantine = 262144,
DescriptionEdit = 524288,
ChangeFileOwner = 1048576,
All = 2097151
stringOperationDescriptionDescription of operation:
None
Created
Overwritten
InternalDownload
ExternalDownload
DisclaimerDownload
Deleted
Purged
MovedIn
MovedOut
Restored
Versioned
MetadataEdit
PermissionEdit
Distributed
InternalUpload
ExternalUpload
FileRename
FolderRename
Quarantine
DescriptionEdit
ChangeFileOwner
DateTimeDateLoggedTimestamp of the date/time the log was recorded
stringIPAddressIP address that performed the operation
FTHUserDataUserInfoInformation on the user who had performed the operation, refer to data structure FTHUserData
On this Page