Represents a set of access conditions to be used for operations against the storage services.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name | Description | |
---|---|---|
AccessCondition()()()() |
Properties
Name | Description | |
---|---|---|
IfAppendPositionEqualIfAppendPositionEqualIfAppendPositionEqualIfAppendPositionEqual | Gets or sets a value for a condition specifying the byte offset to check for when committing a block to an append blob. The append will succeed only if the end position is equal to this number. | |
IfMatchETagIfMatchETagIfMatchETagIfMatchETag | Gets or sets an ETag value for a condition specifying that the given ETag must match the ETag of the specified resource. | |
IfMaxSizeLessThanOrEqualIfMaxSizeLessThanOrEqualIfMaxSizeLessThanOrEqualIfMaxSizeLessThanOrEqual | Gets or sets a value for a condition that specifies the maximum size allowed for an append blob when a new block is committed. The append will succeed only if the size of the blob after the append operation is less than or equal to the specified size. | |
IfModifiedSinceTimeIfModifiedSinceTimeIfModifiedSinceTimeIfModifiedSinceTime | Gets or sets a DateTimeOffset value for a condition specifying a time since which a resource has been modified. | |
IfNoneMatchETagIfNoneMatchETagIfNoneMatchETagIfNoneMatchETag | Gets or sets an ETag value for a condition specifying that the given ETag must not match the ETag of the specified resource. | |
IfNotModifiedSinceTimeIfNotModifiedSinceTimeIfNotModifiedSinceTimeIfNotModifiedSinceTime | Gets or sets a DateTimeOffset value for a condition specifying a time since which a resource has not been modified. | |
IfSequenceNumberEqualIfSequenceNumberEqualIfSequenceNumberEqualIfSequenceNumberEqual | Gets or sets a value for a condition specifying that the current sequence number must be equal to the specified value. | |
IfSequenceNumberLessThanIfSequenceNumberLessThanIfSequenceNumberLessThanIfSequenceNumberLessThan | Gets or sets a value for a condition specifying that the current sequence number must be less than the specified value. | |
IfSequenceNumberLessThanOrEqualIfSequenceNumberLessThanOrEqualIfSequenceNumberLessThanOrEqualIfSequenceNumberLessThanOrEqual | Gets or sets a value for a condition specifying that the current sequence number must be less than or equal to the specified value. | |
LeaseIdLeaseIdLeaseIdLeaseId | Gets or sets a lease ID that must match the lease on a resource. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GenerateEmptyCondition()()()() | Constructs an empty access condition. | |
GenerateIfAppendPositionEqualCondition(Int64)(Int64)(Int64)(Int64) | Constructs an access condition such that an operation will be performed only if the end position of the append blob is equal to the specified value. | |
GenerateIfExistsCondition()()()() | Constructs an access condition such that an operation will be performed only if the resource exists. | |
GenerateIfMatchCondition(String)(String^)(String)(String) | Constructs an access condition such that an operation will be performed only if the resource's ETag value matches the specified ETag value. | |
GenerateIfMaxSizeLessThanOrEqualCondition(Int64)(Int64)(Int64)(Int64) | Constructs an access condition such that an operation will be performed only if the size of the append blob after committing the block is less than or equal to the specified value. | |
GenerateIfModifiedSinceCondition(DateTimeOffset)(DateTimeOffset)(DateTimeOffset)(DateTimeOffset) | Constructs an access condition such that an operation will be performed only if the resource has been modified since the specified time. | |
GenerateIfNoneMatchCondition(String)(String^)(String)(String) | 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. | |
GenerateIfNotExistsCondition()()()() | Constructs an access condition such that an operation will be performed only if the resource does not exist. | |
GenerateIfNotModifiedSinceCondition(DateTimeOffset)(DateTimeOffset)(DateTimeOffset)(DateTimeOffset) | Constructs an access condition such that an operation will be performed only if the resource has not been modified since the specified time. | |
GenerateIfSequenceNumberEqualCondition(Int64)(Int64)(Int64)(Int64) | Constructs an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value. | |
GenerateIfSequenceNumberLessThanCondition(Int64)(Int64)(Int64)(Int64) | Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than the specified value. | |
GenerateIfSequenceNumberLessThanOrEqualCondition(Int64)(Int64)(Int64)(Int64) | 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. | |
GenerateLeaseCondition(String)(String^)(String)(String) | Constructs an access condition such that an operation will be performed only if the lease ID on the resource matches the specified lease ID. | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.