StorageRead 和 StorageWrite 代表什么

what do StorageRead and StorageWrite represent

我想了解 Azure 监控正在为存储 account/file 共享记录哪些属性。其中一个属性是Category,这里的解释对我来说没有意义。

来自这个link: https://docs.microsoft.com/en-us/azure/storage/files/storage-files-monitoring?tabs=azure-portal#collection-and-routing

Category              Description
StorageRead     Read operations on objects.
StorageWrite    Write operations on objects.
StorageDelete   Delete operations on objects.

这里的objects代表什么?它可以是来自 Azure 文件共享的文件吗?

Objects 在文件存储上下文中表示 File SharesDirectoriesFiles

更新

所以我配置了我的一个存储帐户用于日志记录,并指定将日志存储在另一个存储帐户中(我的订阅中没有我可以使用的日志分析工作区)。

之后我进行了以下操作:

  • Shares:创建、列出、删除
  • 目录: 创建、列出、删除
  • 文件: 创建、列出、删除

我注意到我在配置期间指定的存储帐户中创建了 3 个 blob 容器:

这些 blob 容器包含一些 JSON 文件,其中包含我执行的操作的日志。最初的 blob 容器创建需要几分钟时间,然后在执行操作后在 blob 容器中获取数据有几分钟的延迟。