| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileRangeList |
ShareFileClient.listRangesDiff(String previousSnapshot)
List of valid ranges for a file.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileRangeList |
ShareFileRangeList.setClearRanges(List<ClearRange> clearRanges)
Set the clearRanges property: The ClearRanges property.
|
ShareFileRangeList |
ShareFileRangeList.setRanges(List<FileRange> ranges)
Set the ranges property: The Ranges property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.