public final class SourceModifiedAccessConditions extends Object
| Constructor and Description |
|---|
SourceModifiedAccessConditions() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSourceIfMatchCrc64()
Get the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64
checksum.
|
byte[] |
getSourceIfNoneMatchCrc64()
Get the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching
crc64 checksum.
|
SourceModifiedAccessConditions |
setSourceIfMatchCrc64(byte[] sourceIfMatchCrc64)
Set the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64
checksum.
|
SourceModifiedAccessConditions |
setSourceIfNoneMatchCrc64(byte[] sourceIfNoneMatchCrc64)
Set the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching
crc64 checksum.
|
public byte[] getSourceIfMatchCrc64()
public SourceModifiedAccessConditions setSourceIfMatchCrc64(byte[] sourceIfMatchCrc64)
sourceIfMatchCrc64 - the sourceIfMatchCrc64 value to set.public byte[] getSourceIfNoneMatchCrc64()
public SourceModifiedAccessConditions setSourceIfNoneMatchCrc64(byte[] sourceIfNoneMatchCrc64)
sourceIfNoneMatchCrc64 - the sourceIfNoneMatchCrc64 value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.