Uses of Class
com.azure.storage.file.share.models.ShareFileInfo
Packages that use ShareFileInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFileInfoModifier and TypeMethodDescriptionShareFileClient.create
(long maxSize) Creates a file in the storage account and returns a response ofShareFileInfo
to interact with it.ShareFileClient.createHardLink
(String targetFile) NFS only.ShareFileClient.createSymbolicLink
(String linkText) NFS only.ShareFileClient.setProperties
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission) Sets the user-defined httpHeaders to associate to the file.Methods in com.azure.storage.file.share that return types with arguments of type ShareFileInfoModifier and TypeMethodDescriptionShareFileAsyncClient.create
(long maxSize) Creates a file in the storage account and returns a response ofShareFileInfo
to interact with it.ShareFileAsyncClient.createHardLink
(String targetFile) NFS only.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.createHardLinkWithResponse
(ShareFileCreateHardLinkOptions options) NFS only.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.createHardLinkWithResponse
(ShareFileCreateHardLinkOptions options, Duration timeout, com.azure.core.util.Context context) NFS only.ShareFileAsyncClient.createSymbolicLink
(String linkText) NFS only.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.createSymbolicLinkWithResponse
(ShareFileCreateSymbolicLinkOptions options) NFS only.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.createSymbolicLinkWithResponse
(ShareFileCreateSymbolicLinkOptions options, Duration timeout, com.azure.core.util.Context context) NFS only.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.createWithResponse
(ShareFileCreateOptions options) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.createWithResponse
(long maxSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.createWithResponse
(ShareFileCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.ShareFileAsyncClient.setProperties
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission) Sets the user-defined file properties to associate to the file.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission) Sets the user-defined file properties to associate to the file.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, ShareRequestConditions requestConditions) Sets the user-defined file properties to associate to the file.Mono
<com.azure.core.http.rest.Response<ShareFileInfo>> ShareFileAsyncClient.setPropertiesWithResponse
(ShareFileSetPropertiesOptions options) Sets the user-defined file properties to associate to the file.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Sets the user-defined httpHeaders to associate to the file.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.setPropertiesWithResponse
(long newFileSize, ShareFileHttpHeaders httpHeaders, FileSmbProperties smbProperties, String filePermission, Duration timeout, com.azure.core.util.Context context) Sets the user-defined httpHeaders to associate to the file.com.azure.core.http.rest.Response
<ShareFileInfo> ShareFileClient.setPropertiesWithResponse
(ShareFileSetPropertiesOptions options, Duration timeout, com.azure.core.util.Context context) Sets the user-defined httpHeaders to associate to the file.