Uses of Class
com.azure.storage.file.datalake.models.FileSystemItem
-
Packages that use FileSystemItem Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of FileSystemItem in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return types with arguments of type FileSystemItem Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<FileSystemItem>DataLakeServiceAsyncClient. listFileSystems()Returns a reactive Publisher emitting all the file systems in this account lazily as needed.com.azure.core.http.rest.PagedFlux<FileSystemItem>DataLakeServiceAsyncClient. listFileSystems(ListFileSystemsOptions options)Returns a reactive Publisher emitting all the file systems in this account lazily as needed.com.azure.core.http.rest.PagedIterable<FileSystemItem>DataLakeServiceClient. listFileSystems()Returns a lazy loaded list of file systems in this account.com.azure.core.http.rest.PagedIterable<FileSystemItem>DataLakeServiceClient. listFileSystems(ListFileSystemsOptions options, Duration timeout)Returns a lazy loaded list of file systems in this account. -
Uses of FileSystemItem in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return FileSystemItem Modifier and Type Method Description FileSystemItemFileSystemItem. setDeleted(Boolean deleted)Set the deleted property: The deleted property.FileSystemItemFileSystemItem. setMetadata(Map<String,String> metadata)Set the metadata property: The metadata property.FileSystemItemFileSystemItem. setName(String name)Set the name property: The name property.FileSystemItemFileSystemItem. setProperties(FileSystemItemProperties properties)Set the properties property: The properties property.FileSystemItemFileSystemItem. setVersion(String version)Set the version property: The version property.
-