Replies: 4 comments 5 replies
-
Neither suggestions feel intuitive to me.
I suggest something more generic: File Transfer. If you want to capture a backup event that has a lot of transfers (= a synchronization a la rsync), then there's still an option for separate for a separate event that (optionally) points to multiple individual File Transfer events. |
Beta Was this translation helpful? Give feedback.
-
All of the logs for box, google drive, azure ext.. That would technically fit into the application category, and are commonly available are audit logs. It seems that most of what is captured in the audit logs reflect what I see in Web Resources Activity and API Activity So can we deprecate "Network File Activity" and just add the File Object into the Web Resource Activity and API activity? Or are we going this way to avoid breaking changes ? |
Beta Was this translation helpful? Give feedback.
-
The functionality of the class is application layer file sharing and file syncing - the activities that would be logged either by a file sharing server like SharePoint or a cloud service like Box or Drive or OneDrive. The activity enum should best indicate what the overall class' semantics are, and a class name should correspond to that. In this case, it's not a protocol level file transfer, or a data store storage, nor is it an OS file system level activity set. Personally I like File Sync & Share because that's what it was intended to map, but File Hosting happens to be what the service also does, and the management of those files. So I would go with either, but not a lower layer or more general name. Web Resource Activity is more general (i.e. most but not all Sync & Share services are web based, or cloud hosted) and the activities are also more general, as are the resources. API Activity is even more general, and again, the activities aren't explicit. |
Beta Was this translation helpful? Give feedback.
-
Completed via #917 |
Beta Was this translation helpful? Give feedback.
-
We are moving the
Network File Activity
class from theNetwork
category to theApplication
category (by way of deprecation to keep it non-breaking).In doing so, we have to change the name to make it suitable for what this class represents:
...the actions taken by file management applications, including file sharing servers like Sharepoint and services such as Box, MS OneDrive, or Google Drive.
7 votes ·
Beta Was this translation helpful? Give feedback.
All reactions