Uses of Class
com.azure.storage.file.share.models.ShareFileUploadOptions
-
Packages that use ShareFileUploadOptions 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. -
-
Uses of ShareFileUploadOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileUploadOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>>ShareFileAsyncClient. uploadWithResponse(ShareFileUploadOptions options)Buffers a range of bytes and uploads sub-ranges in parallel to a file in storage file service.com.azure.core.http.rest.Response<ShareFileUploadInfo>ShareFileClient. uploadWithResponse(ShareFileUploadOptions options, Duration timeout, com.azure.core.util.Context context)Buffers a range of bytes and uploads sub-ranges in parallel to a file in storage file service. -
Uses of ShareFileUploadOptions in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareFileUploadOptions Modifier and Type Method Description ShareFileUploadOptionsShareFileUploadOptions. setOffset(Long offset)Sets the offset to start writing data at.ShareFileUploadOptionsShareFileUploadOptions. setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)Sets theParallelTransferOptions.ShareFileUploadOptionsShareFileUploadOptions. setRequestConditions(ShareRequestConditions requestConditions)Sets theShareRequestConditions.
-