Skip to content

Commit 44c4862

Browse files
committed
Update normalization-schema-file-event.md
1 parent c3fb80f commit 44c4862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/normalization-schema-file-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following list mentions fields that have specific guidelines for File activi
6969

7070
| **Field** | **Class** | **Type** | **Description** |
7171
| --- | --- | --- | --- |
72-
| **EventType** | Mandatory | Enumerated | Describes the operation reported by the record. <br><br>Supported values include: <br><br>- `FileAccessed`<br>- `FileCreated`<br>- `FileModified`<br>- `FileDeleted`<br>- `FileRenamed`<br>- `FileCopied`<br>- `FileMoved`<br>- `FolderCreated`<br>- `FolderDeleted`<br>- `FolderMoved`<br>- `FolderModified`<br>- `FileCreatedOrModified` |
72+
| <a name='eventtype'></a>**EventType** | Mandatory | Enumerated | Describes the operation reported by the record. <br><br>Supported values include: <br><br>- `FileAccessed`<br>- `FileCreated`<br>- `FileModified`<br>- `FileDeleted`<br>- `FileRenamed`<br>- `FileCopied`<br>- `FileMoved`<br>- `FolderCreated`<br>- `FolderDeleted`<br>- `FolderMoved`<br>- `FolderModified`<br>- `FileCreatedOrModified` |
7373
| **EventSubType** | Optional | Enumerated | Describes details about the operation reported in [EventType](#eventtype). Supported values per event type include:<br>- `FileCreated` - `Upload`, `Checkin`<br>- `FileModified` - `Checkin`<br>- `FileCreatedOrModified` - `Checkin` <br>- `FileAccessed` - `Download`, `Preview`, `Checkout`, `Extended`<br>- `FileDeleted` - `Recycled`, `Versions`, `Site` |
7474
| **EventSchema** | Mandatory | String | The name of the schema documented here is **FileEvent**. |
7575
| **EventSchemaVersion** | Mandatory | String | The version of the schema. The version of the schema documented here is `0.2.1` |

0 commit comments

Comments
 (0)