gpt4 book ai didi

azure - 如何设置 azure fileshare 租赁文件的租赁期限?

转载 作者:行者123 更新时间:2023-12-03 06:55:36 30 4
gpt4 key购买 nike

我正在尝试将购买的租赁的到期时间设置为 1 分钟。这是我的代码

var shareClient = new ShareClient(connectionString, "testfileshare");
shareClient.CreateIfNotExists();
var fileClient = shareClient.GetRootDirectoryClient().GetFileClient("test.xml");
var leaseClient = fileClient.GetShareLeaseClient();

leaseClient.Acquire(TimeSpan.FromSeconds(60));
var leaseDuration = fileClient.GetProperties().Value.LeaseDuration;

通过上面的代码,leaseDuration 设置为无限。我想将其设置为 1 分钟。

最佳答案

无法设置文件共享中文件的租用期限。您只能获取文件的无限租约(尽管可以获取文件共享的有限租约)。

来自REST API documentation :

enter image description here

关于azure - 如何设置 azure fileshare 租赁文件的租赁期限?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72994735/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com