Uses of Class
com.azure.storage.file.share.models.ShareProperties
Packages that use ShareProperties
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing classes for AzureFileStorage.
-
Uses of ShareProperties in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return SharePropertiesModifier and TypeMethodDescriptionShareClient.getProperties()
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.Methods in com.azure.storage.file.share that return types with arguments of type SharePropertiesModifier and TypeMethodDescriptionShareAsyncClient.getProperties()
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.Mono<com.azure.core.http.rest.Response<ShareProperties>>
ShareAsyncClient.getPropertiesWithResponse()
Retrieves the properties of the share, these include the metadata associated with it and the quota that the share is restricted to.Mono<com.azure.core.http.rest.Response<ShareProperties>>
ShareAsyncClient.getPropertiesWithResponse
(ShareGetPropertiesOptions options) Retrieves the properties of the share, these include the metadata associated with it and the quota that the share is restricted to.com.azure.core.http.rest.Response<ShareProperties>
ShareClient.getPropertiesWithResponse
(ShareGetPropertiesOptions options, Duration timeout, com.azure.core.util.Context context) Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.com.azure.core.http.rest.Response<ShareProperties>
ShareClient.getPropertiesWithResponse
(Duration timeout, com.azure.core.util.Context context) Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to. -
Uses of ShareProperties in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return SharePropertiesModifier and TypeMethodDescriptionShareItem.getProperties()
Get the properties property: The properties property.ShareProperties.setAccessTier
(String accessTier) Set the accessTier property: The accessTier property.ShareProperties.setAccessTierChangeTime
(OffsetDateTime accessTierChangeTime) Set the accessTierChangeTime property: The accessTierChangeTime property.ShareProperties.setAccessTierTransitionState
(String accessTierTransitionState) Set the accessTierTransitionState property: The accessTierTransitionState property.ShareProperties.setDeletedTime
(OffsetDateTime deletedTime) Set the deletedTime property: The deletedTime property.Set the eTag property: The eTag property.ShareProperties.setLastModified
(OffsetDateTime lastModified) Set the lastModified property: The lastModified property.ShareProperties.setLeaseDuration
(LeaseDurationType leaseDuration) Set the leaseDuration property: Possible values include: 'infinite', 'fixed'.ShareProperties.setLeaseState
(LeaseStateType leaseState) Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.ShareProperties.setLeaseStatus
(LeaseStatusType leaseStatus) Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.ShareProperties.setMetadata
(Map<String, String> metadata) Set the metadata property: The metadata property.ShareProperties.setNextAllowedQuotaDowngradeTime
(OffsetDateTime nextAllowedQuotaDowngradeTime) Set the nextAllowedQuotaDowngradeTime property: The nextAllowedQuotaDowngradeTime property.ShareProperties.setProtocols
(ShareProtocols protocols) Set the enabledProtocols property: The enabledProtocols property.ShareProperties.setProvisionedBandwidthMiBps
(Integer provisionedBandwidthMiBps) Set the provisionedBandwidthMiBps property: The ProvisionedBandwidthMiBps property.ShareProperties.setProvisionedEgressMBps
(Integer provisionedEgressMBps) Deprecated.ShareProperties.setProvisionedIngressMBps
(Integer provisionedIngressMBps) Deprecated.Please usesetProvisionedBandwidthMiBps(Integer)
()}ShareProperties.setProvisionedIops
(Integer provisionedIops) Set the provisionedIops property: The provisionedIops property.ShareProperties.setQuota
(int quota) Set the quota property: The quota property.ShareProperties.setRemainingRetentionDays
(Integer remainingRetentionDays) Set the remainingRetentionDays property: The remainingRetentionDays property.ShareProperties.setRootSquash
(ShareRootSquash rootSquash) Set the rootSquash property: Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'.Methods in com.azure.storage.file.share.models with parameters of type SharePropertiesModifier and TypeMethodDescriptionShareItem.setProperties
(ShareProperties properties) Set the properties property: The properties property.
setProvisionedBandwidthMiBps(Integer)
()}