AccessCondition Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property IfMatchETag Gets or sets an ETag value for a condition specifying that the given ETag must match the ETag of the specified resource.
public property IfModifiedSinceTime Gets or sets a DateTimeOffset value for a condition specifying a time since which a resource has been modified.
public property IfNoneMatchETag Gets or sets an ETag value for a condition specifying that the given ETag must not match the ETag of the specified resource.
public property IfNotModifiedSinceTime Gets or sets a DateTimeOffset value for a condition specifying a time since which a resource has not been modified.
public property IfSequenceNumberEqual Gets or sets a value for a condition specifying that the current sequence number must be equal to the specified value.
public property IfSequenceNumberLessThan Gets or sets a value for a condition specifying that the current sequence number must be less than the specified value.
public property IfSequenceNumberLessThanOrEqual Gets or sets a value for a condition specifying that the current sequence number must be less than or equal to the specified value.
public property LeaseId Gets or sets a lease ID that must match the lease on a resource.

See Also