SensitiveFileMetadata
Represents the metadata of the file.
Fields
| Field | Type | Description |
|---|---|---|
| createdBy | FilePrincipalIdentity | Identifies who created the file. |
| creationTime | Long! | Creation time of the file in milliseconds since epoch. |
| dbEntityType | DatabaseEntityType! | Represents the type of the database entity if the result is in the context of a database workload. |
| lastAccessTime | Long! | Last accessed time of the file in milliseconds since epoch. |
| lastModifiedBy | FilePrincipalIdentity | Identifies who last modified the file. |
| lastModifiedTime | Long! | Last modified time of the file in milliseconds since epoch. |
| lastScanTime | Long! | Last scanned time of the file in milliseconds since epoch. |
| numDescendantFiles | Int! | For a folder, this field represents the number of descendant files. |
| path | String! | Path of the file. |
| size | Long! | Size of the file. |
Used By
Referenced by