[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.]
Top
Top
Represents a set of access conditions to be used for operations against the storage services.
The following tables list the members exposed by the AccessCondition type.
Public Fields
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. (Inherited from Object) | |
GetHashCode | Overridden. (Inherited from Object) | |
GetType | (Inherited from Object) | |
IfMatch | Returns an access condition such that an operation will be performed only if the resource's ETag value matches the ETag value provided. | |
IfModifiedSince | Returns an access condition such that an operation will be performed only if the resource has been modified since the specified time. | |
IfNoneMatch | Returns an access condition such that an operation will be performed only if the resource's ETag value does not match the ETag value provided. | |
IfNotModifiedSince | Returns an access condition such that an operation will be performed only if the resource has not been modified since the specified time. | |
ToString | Overridden. (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |