使用 SDK 的 Azure minute/hourly 指标收集问题

Azure minute/hourly metric collection issue using SDK

嗨,我正在尝试使用 azure 提供的 sdk 获取 hourly/minute 指标,但我很困惑,我得到以下结果不是 Partition key the Time? PartitionKey=20170605T1531 RowKey=system;All TimeStamp=Mon Jun 05 21:02:24 IST 2017 PartitionKey=20170605T1533 RowKey=system;All TimeStamp=Mon Jun 05 21:04:23 IST 2017 PartitionKey=20170605T1539 RowKey=system;All TimeStamp=Mon Jun 05 21:10:24 IST 2017 PartitionKey=20170605T1540 RowKey=system;All TimeStamp=Mon Jun 05 21:11:24 IST 2017 请解释一下PartitionKey和TimeStamp的概念/区别?

Please explain the concept /difference in PartitionKey and TimeStamp?

Azure Table service 中,每个实体都有 3 个系统属性,指定分区键、行键和 Table 服务的 timestamp 列用于跟踪实体上次更新的时间(这是自动发生的,您不能用任意值手动覆盖时间戳)。