SourceModifiedAccessConditions Class
- java.
lang. Object - com.
azure. storage. file. share. models. SourceModifiedAccessConditions
- com.
public final class SourceModifiedAccessConditions
Parameter group.
Constructor Summary
| Constructor | Description |
|---|---|
| SourceModifiedAccessConditions() |
Creates an instance of Source |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| byte[] |
getSourceIfMatchCrc64()
Get the source |
| byte[] |
getSourceIfNoneMatchCrc64()
Get the source |
|
Source |
setSourceIfMatchCrc64(byte[] sourceIfMatchCrc64)
Set the source |
|
Source |
setSourceIfNoneMatchCrc64(byte[] sourceIfNoneMatchCrc64)
Set the source |
Methods inherited from java.lang.Object
Constructor Details
SourceModifiedAccessConditions
public SourceModifiedAccessConditions()
Creates an instance of SourceModifiedAccessConditions class.
Method Details
getSourceIfMatchCrc64
public byte[] getSourceIfMatchCrc64()
Get the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64 checksum.
Returns:
getSourceIfNoneMatchCrc64
public byte[] getSourceIfNoneMatchCrc64()
Get the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching crc64 checksum.
Returns:
setSourceIfMatchCrc64
public SourceModifiedAccessConditions setSourceIfMatchCrc64(byte[] sourceIfMatchCrc64)
Set the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64 checksum.
Parameters:
Returns:
setSourceIfNoneMatchCrc64
public SourceModifiedAccessConditions setSourceIfNoneMatchCrc64(byte[] sourceIfNoneMatchCrc64)
Set the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching crc64 checksum.
Parameters:
Returns: