你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobRequestConditions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定容器或 Blob 的 Blob 租约访问条件。
public class BlobRequestConditions : Azure.Storage.Blobs.Models.BlobLeaseRequestConditions
type BlobRequestConditions = class
inherit BlobLeaseRequestConditions
Public Class BlobRequestConditions
Inherits BlobLeaseRequestConditions
- 继承
- 派生
构造函数
BlobRequestConditions() |
默认构造函数。 |
属性
IfMatch |
(可选)将请求限制为具有匹配 ETag 的资源。 (继承自 MatchConditions) |
IfModifiedSince |
(可选)将请求限制为自此时间点以来仅修改过的资源。 (继承自 RequestConditions) |
IfNoneMatch |
(可选)将请求限制为与 ETag 不匹配的资源。 (继承自 MatchConditions) |
IfUnmodifiedSince |
(可选)将请求限制为未修改的资源。 (继承自 RequestConditions) |
LeaseId |
(可选)将请求限制为具有与此 ID 匹配的活动租约的资源。 |
TagConditions |
要应用于 Blob 标记的可选 SQL 语句。 (继承自 BlobLeaseRequestConditions) |
方法
ToString() |
将当前 RequestConditions 对象的值转换为其等效的字符串表示形式。 |