Uses of Class
com.azure.storage.file.share.models.ShareFileUploadInfo
Packages that use ShareFileUploadInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileUploadInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFileUploadInfoModifier and TypeMethodDescriptionShareFileClient.clearRange(long length) Clears a range of bytes to specific of a file in storage file service.ShareFileClient.upload(InputStream data, long length) Deprecated.ShareFileClient.upload(InputStream data, long length, ParallelTransferOptions transferOptions) Buffers a range of bytes and uploads sub-ranges in parallel to a file in storage file service.ShareFileClient.uploadRange(InputStream data, long length) Uploads a range of bytes to the specified offset of a file in storage file service.Methods in com.azure.storage.file.share that return types with arguments of type ShareFileUploadInfoModifier and TypeMethodDescriptionShareFileAsyncClient.clearRange(long length) Clear a range of bytes to specific of a file in storage file service.Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>> ShareFileAsyncClient.clearRangeWithResponse(long length, long offset) Clear a range of bytes to specific of a file in storage file service.Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>> ShareFileAsyncClient.clearRangeWithResponse(long length, long offset, ShareRequestConditions requestConditions) Clear a range of bytes to specific of a file in storage file service.com.azure.core.http.rest.Response<ShareFileUploadInfo> ShareFileClient.clearRangeWithResponse(long length, long offset, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Clears a range of bytes to specific of a file in storage file service.com.azure.core.http.rest.Response<ShareFileUploadInfo> ShareFileClient.clearRangeWithResponse(long length, long offset, Duration timeout, com.azure.core.util.Context context) Clears a range of bytes to specific of a file in storage file service.ShareFileAsyncClient.upload(Flux<ByteBuffer> data, long length) Deprecated.UseShareFileAsyncClient.uploadRange(Flux, long)instead.ShareFileAsyncClient.upload(Flux<ByteBuffer> data, ParallelTransferOptions transferOptions) Buffers a range of bytes and uploads sub-ranges in parallel to a file in storage file service.ShareFileAsyncClient.uploadRange(Flux<ByteBuffer> data, long length) Uploads a range of bytes to the specified offset of a file in storage file service.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.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.Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>> ShareFileAsyncClient.uploadWithResponse(Flux<ByteBuffer> data, long length, Long offset) Deprecated.Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>> ShareFileAsyncClient.uploadWithResponse(Flux<ByteBuffer> data, long length, Long offset, ShareRequestConditions requestConditions) Deprecated.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.com.azure.core.http.rest.Response<ShareFileUploadInfo> ShareFileClient.uploadWithResponse(InputStream data, long length, Long offset, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Deprecated.com.azure.core.http.rest.Response<ShareFileUploadInfo> ShareFileClient.uploadWithResponse(InputStream data, long length, Long offset, Duration timeout, com.azure.core.util.Context context) Deprecated.
ShareFileClient.uploadRange(InputStream, long)instead.