public final class AppendBlobAccessConditions extends Object
BlobAccessConditions
when needed. Any field may be set to
null if no access conditions are desired.
Please refer to the request header section
here for more conceptual
information.Modifier and Type | Field and Description |
---|---|
static AppendBlobAccessConditions |
NONE
An object representing no access conditions.
|
Constructor and Description |
---|
AppendBlobAccessConditions(Integer ifAppendPositionEquals,
Integer ifMaxSizeLessThanOrEqual)
Creates a
AppendBlobAccessConditions object. |
Modifier and Type | Method and Description |
---|---|
Integer |
getIfAppendPositionEquals() |
Integer |
getIfMaxSizeLessThanOrEqual() |
public static final AppendBlobAccessConditions NONE
public AppendBlobAccessConditions(Integer ifAppendPositionEquals, Integer ifMaxSizeLessThanOrEqual)
AppendBlobAccessConditions
object.ifAppendPositionEquals
- Ensures that the AppendBlock operation succeeds only if the append position is equal to a value.ifMaxSizeLessThanOrEqual
- Ensures that the AppendBlock operation succeeds only if the append blob's size is less than or
equal to a value.public Integer getIfAppendPositionEquals()
public Integer getIfMaxSizeLessThanOrEqual()
Copyright © 2018. All rights reserved.