AccessCondition Methods

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  Overridden. (Inherited from Object)
public methodGetHashCode  Overridden. (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticIfMatchReturns an access condition such that an operation will be performed only if the resource's ETag value matches the ETag value provided.
public methodstaticIfModifiedSinceReturns an access condition such that an operation will be performed only if the resource has been modified since the specified time.
public methodstaticIfNoneMatchReturns an access condition such that an operation will be performed only if the resource's ETag value does not match the ETag value provided.
public methodstaticIfNotModifiedSinceReturns an access condition such that an operation will be performed only if the resource has not been modified since the specified time.
public methodToString  Overridden. (Inherited from Object)

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)

See Also