File Delete
Below are the Event Attributes specific to File Delete. This Event is fired when attempting to delete a file.
| Attribute Name | Definition |
|---|---|
| ClientIP | The client IP address the file delete request was received on. |
| ClientPort | The client port that this file delete was sent from. |
| CurrentDir | The virtual directory path that file delete request was sent from. |
| File | The server local path of file delete. |
| Local | Whether or not the file delete is a file local to the server. |
| LocalDir | The local directory path of the parent directory of the file deleted. |
| LocalPath | The server local path of file delete. Same as the 'File' property. |
| Name | The name of the file used when sending file delete request. |
| ServerIP | The server IP address the file delete request was received on. |
| ServerPort | The server port that this file delete was received on. |
| Sessionid | An unique user session identifier. |
| Success | Whether or not file delete was successful. |
| Username | The username that sent the file delete request. |
| UsernameEmail | The email of the user. |
| UsernameName | The full name of the user. |
Below are the Event Attributes common to all Event types.
| Attribute Name | Definition |
|---|---|
| ApplicationInstanceId | The unique application instance identifier. |
| CurrentTimeMillis | The difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. |
| DayOfMonth | The current day of the month. Valid values are 1-31. |
| DayOfWeek | The current day of the week. Valid values are 1-7 with first day starting on Monday. |
| DayOfYear | The current day of the year. Valid values are 1-365 (366 in leap year). |
| DomainName | The name of the domain for which this event occurred. |
| Hour | The current hour of the day. Valid values are 0-23. |
| Id | The unique event identifier. |
| Millisecond | The current millisecond of the second. Valid values are 0-999. |
| Minute | The current minute of the hour. Valid values are 0-59. |
| Month | The current month of the year. Valid values are 1-12. |
| Second | The current second of the minute. Valid values are 0-59. |
| WeekOfMonth | The current week of the month. Valid values are 1-5. |
| WeekofYear | The current week of the year. Valid values are 1-52. |
| Year | The current four-digit year. |