| Method and Description |
|---|
| com.azure.storage.file.datalake.options.FileSystemUndeleteOptions.getDestinationFileSystemName()
Destination file system name must match deleted file system name
|
| com.azure.storage.file.datalake.options.FileParallelUploadOptions.getLength()
use
FileParallelUploadOptions.getOptionalLength() to have safe access to a length that will not always exist. |
| com.azure.storage.file.datalake.options.FileSystemUndeleteOptions.setDestinationFileSystemName(String)
Destination file system name must match deleted file system name
|
| com.azure.storage.file.datalake.sas.DataLakeServiceSasSignatureValues.setVersion(String)
The version is set to the latest version of sas. Users should stop calling this API as it is now
treated as a no-op.
|
| Constructor and Description |
|---|
| com.azure.storage.file.datalake.options.FileParallelUploadOptions(InputStream, long)
length is no longer necessary; use
FileParallelUploadOptions.FileParallelUploadOptions(InputStream) instead. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.