[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.]
Specifies the kinds of conditional headers that may be set for a request. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Specifies the kinds of conditional headers that may be set for a request. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim instance As ConditionHeaderKind |
Syntax
| Visual Basic |
|---|
Public Enumeration ConditionHeaderKind |
| C# |
|---|
public enum ConditionHeaderKind |
| C++ |
|---|
public enum class ConditionHeaderKind |
| J# |
|---|
| JScript |
|---|
Members
| Member name | Description |
|---|---|
| IfMatch | The If-Match header. |
| IfModifiedSince | The If-Modified-Since header. |
| IfNoneMatch | The If-None-Match header. |
| IfUnmodifiedSince | The If-Unmodified-Since header. |
| None | Indicates that no conditional headers are set. |
Remarks
For more details about this API, see the topics on the equivalent REST APIs in See Also > Other Resources.