Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在获得关于 blob 的无限租约,但希望能够确定任何此类租约可能有多“旧”。即它最初是什么时候获得的?有没有办法确定这一点?
目前无法通过 API 实现。您需要单独维护它。一种可能是将此信息保存在 blob 的元数据中。当您获得租约时,您会获得日期/时间,然后将其保存为 blob 的元数据之一。