Uses of Class
com.azure.storage.file.share.models.ShareFileProperties
Packages that use ShareFileProperties
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileProperties in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFilePropertiesModifier and TypeMethodDescriptionShareFileClient.downloadToFile(String downloadFilePath) Downloads a file from the system, including its metadata and properties into a file specified by the path.ShareFileClient.getProperties()Retrieves the properties of the storage account's file.Methods in com.azure.storage.file.share that return types with arguments of type ShareFilePropertiesModifier and TypeMethodDescriptionShareFileAsyncClient.downloadToFile(String downloadFilePath) Downloads a file from the system, including its metadata and properties into a file specified by the path.Mono<com.azure.core.http.rest.Response<ShareFileProperties>> ShareFileAsyncClient.downloadToFileWithResponse(String downloadFilePath, ShareFileRange range) Downloads a file from the system, including its metadata and properties into a file specified by the path.Mono<com.azure.core.http.rest.Response<ShareFileProperties>> ShareFileAsyncClient.downloadToFileWithResponse(String downloadFilePath, ShareFileRange range, ShareRequestConditions requestConditions) Downloads a file from the system, including its metadata and properties into a file specified by the path.com.azure.core.http.rest.Response<ShareFileProperties> ShareFileClient.downloadToFileWithResponse(String downloadFilePath, ShareFileRange range, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Downloads a file from the system, including its metadata and properties into a file specified by the path.com.azure.core.http.rest.Response<ShareFileProperties> ShareFileClient.downloadToFileWithResponse(String downloadFilePath, ShareFileRange range, Duration timeout, com.azure.core.util.Context context) Downloads a file from the system, including its metadata and properties into a file specified by the path.ShareFileAsyncClient.getProperties()Retrieves the properties of the storage account's file.Mono<com.azure.core.http.rest.Response<ShareFileProperties>> ShareFileAsyncClient.getPropertiesWithResponse()Retrieves the properties of the storage account's file.Mono<com.azure.core.http.rest.Response<ShareFileProperties>> ShareFileAsyncClient.getPropertiesWithResponse(ShareRequestConditions requestConditions) Retrieves the properties of the storage account's file.com.azure.core.http.rest.Response<ShareFileProperties> ShareFileClient.getPropertiesWithResponse(ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Retrieves the properties of the storage account's file.com.azure.core.http.rest.Response<ShareFileProperties> ShareFileClient.getPropertiesWithResponse(Duration timeout, com.azure.core.util.Context context) Retrieves the properties of the storage account's file.