Uses of Class
com.azure.storage.file.share.models.ShareFileItem
Packages that use ShareFileItem
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileItem in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type ShareFileItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<ShareFileItem>
ShareDirectoryAsyncClient.listFilesAndDirectories()
Lists all sub-directories and files in this directory without their prefix or maxResults in single page.com.azure.core.http.rest.PagedFlux<ShareFileItem>
ShareDirectoryAsyncClient.listFilesAndDirectories
(ShareListFilesAndDirectoriesOptions options) Lists all sub-directories and files in this directory with their prefix or snapshots.com.azure.core.http.rest.PagedFlux<ShareFileItem>
ShareDirectoryAsyncClient.listFilesAndDirectories
(String prefix, Integer maxResultsPerPage) Lists all sub-directories and files in this directory with their prefix or snapshots.com.azure.core.http.rest.PagedIterable<ShareFileItem>
ShareDirectoryClient.listFilesAndDirectories()
Lists all sub-directories and files in this directory without their prefix or maxResult in single page.com.azure.core.http.rest.PagedIterable<ShareFileItem>
ShareDirectoryClient.listFilesAndDirectories
(ShareListFilesAndDirectoriesOptions options, Duration timeout, com.azure.core.util.Context context) Lists all sub-directories and files in this directory with their prefix or snapshots.com.azure.core.http.rest.PagedIterable<ShareFileItem>
ShareDirectoryClient.listFilesAndDirectories
(String prefix, Integer maxResultsPerPage, Duration timeout, com.azure.core.util.Context context) Lists all sub-directories and files in this directory with their prefix or snapshots.