Uses of Class
com.azure.storage.file.share.models.ShareItem
Packages that use ShareItem
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models 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 ShareItemModifier and TypeMethodDescriptioncom.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 ShareItemModifier and TypeMethodDescriptionstatic ShareItem
ShareItem.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of ShareItem from the XmlReader.static ShareItem
Reads an instance of ShareItem from the XmlReader.ShareItem.setDeleted
(Boolean deleted) Set the deleted property: The deleted property.ShareItem.setMetadata
(Map<String, String> metadata) Set the metadata property: The metadata property.Set the name property: The name property.ShareItem.setProperties
(ShareProperties properties) Set the properties property: The properties property.ShareItem.setSnapshot
(String snapshot) Set the snapshot property: The snapshot property.ShareItem.setVersion
(String version) Set the version property: The version property.