Uses of Class
com.azure.storage.file.share.models.ShareItem
-
Packages that use ShareItem 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 ShareItem in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type ShareItem Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<ShareItem>ShareServiceAsyncClient. listShares()Lists all shares in the storage account without their metadata or snapshots.com.azure.core.http.rest.PagedFlux<ShareItem>ShareServiceAsyncClient. listShares(ListSharesOptions options)Lists the shares in the Storage account that pass the options filter.com.azure.core.http.rest.PagedIterable<ShareItem>ShareServiceClient. listShares()Lists all shares in the storage account without their metadata or snapshots.com.azure.core.http.rest.PagedIterable<ShareItem>ShareServiceClient. listShares(ListSharesOptions options, Duration timeout, com.azure.core.util.Context context)Lists the shares in the Storage account that pass the options filter. -
Uses of ShareItem in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareItem Modifier and Type Method Description ShareItemShareItem. setDeleted(Boolean deleted)Set the deleted property: The deleted property.ShareItemShareItem. setMetadata(Map<String,String> metadata)Set the metadata property: The metadata property.ShareItemShareItem. setName(String name)Set the name property: The name property.ShareItemShareItem. setProperties(ShareProperties properties)Set the properties property: The properties property.ShareItemShareItem. setSnapshot(String snapshot)Set the snapshot property: The snapshot property.ShareItemShareItem. setVersion(String version)Set the version property: The version property.
-