Uses of Class
com.azure.storage.file.share.options.ShareFileListRangesDiffOptions
-
Packages that use ShareFileListRangesDiffOptions Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareFileListRangesDiffOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileListRangesDiffOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<ShareFileRangeList>>ShareFileAsyncClient. listRangesDiffWithResponse(ShareFileListRangesDiffOptions options)List of valid ranges for a file.com.azure.core.http.rest.Response<ShareFileRangeList>ShareFileClient. listRangesDiffWithResponse(ShareFileListRangesDiffOptions options, Duration timeout, com.azure.core.util.Context context)List of valid ranges for a file. -
Uses of ShareFileListRangesDiffOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareFileListRangesDiffOptions Modifier and Type Method Description ShareFileListRangesDiffOptionsShareFileListRangesDiffOptions. setRange(ShareFileRange range)ShareFileListRangesDiffOptionsShareFileListRangesDiffOptions. setRequestConditions(ShareRequestConditions requestConditions)
-