| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
SourceModifiedAccessConditions |
SourceModifiedAccessConditions.setSourceIfMatchCrc64(byte[] sourceIfMatchCrc64)
Set the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64
checksum.
|
SourceModifiedAccessConditions |
SourceModifiedAccessConditions.setSourceIfNoneMatchCrc64(byte[] sourceIfNoneMatchCrc64)
Set the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching
crc64 checksum.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.