AccessCondition Methods

Windows Runtime Azure Storage Client Library

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method static GenerateEmptyCondition Constructs an empty access condition.
public method static GenerateIfMatchCondition Constructs an access condition such that an operation will be performed only if the resource's ETag value matches the specified ETag value.
public method static GenerateIfModifiedSinceCondition Constructs an access condition such that an operation will be performed only if the resource has been modified since the specified time.
public method static GenerateIfNoneMatchCondition Constructs an access condition such that an operation will be performed only if the resource's ETag value does not match the specified ETag value.
public method static GenerateIfNotModifiedSinceCondition Constructs an access condition such that an operation will be performed only if the resource has not been modified since the specified time.
public method static GenerateIfSequenceNumberEqualCondition Constructs an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value.
public method static GenerateIfSequenceNumberLessThanCondition Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than the specified value.
public method static GenerateIfSequenceNumberLessThanOrEqualCondition Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than or equal to the specified value.
public method static GenerateLeaseCondition Constructs an access condition such that an operation will be performed only if the lease ID on the resource matches the specified lease ID.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

See Also