Uses of Class
com.azure.storage.file.share.models.ShareFileUploadRangeOptions
-
Packages that use ShareFileUploadRangeOptions 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 ShareFileUploadRangeOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileUploadRangeOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>>ShareFileAsyncClient. uploadRangeWithResponse(ShareFileUploadRangeOptions options)Uploads a range of bytes to the specified offset of a file in storage file service.com.azure.core.http.rest.Response<ShareFileUploadInfo>ShareFileClient. uploadRangeWithResponse(ShareFileUploadRangeOptions options, Duration timeout, com.azure.core.util.Context context)Uploads a range of bytes to the specified offset of a file in storage file service. -
Uses of ShareFileUploadRangeOptions in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareFileUploadRangeOptions Modifier and Type Method Description ShareFileUploadRangeOptionsShareFileUploadRangeOptions. setOffset(Long offset)Sets the offset to start writing data at.ShareFileUploadRangeOptionsShareFileUploadRangeOptions. setRequestConditions(ShareRequestConditions requestConditions)Sets theShareRequestConditions.
-