| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ShareProperties |
ShareClient.getProperties()
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share
is restricted to.
|
| Modifier and Type | Method and Description |
|---|---|
ShareProperties |
ShareItem.getProperties()
Get the properties property: The properties property.
|
ShareProperties |
ShareProperties.setAccessTier(String accessTier)
Set the accessTier property: The accessTier property.
|
ShareProperties |
ShareProperties.setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)
Set the accessTierChangeTime property: The accessTierChangeTime
property.
|
ShareProperties |
ShareProperties.setAccessTierTransitionState(String accessTierTransitionState)
Set the accessTierTransitionState property: The
accessTierTransitionState property.
|
ShareProperties |
ShareProperties.setDeletedTime(OffsetDateTime deletedTime)
Set the deletedTime property: The deletedTime property.
|
ShareProperties |
ShareProperties.setETag(String eTag)
Set the eTag property: The eTag property.
|
ShareProperties |
ShareProperties.setLastModified(OffsetDateTime lastModified)
Set the lastModified property: The lastModified property.
|
ShareProperties |
ShareProperties.setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: Possible values include: 'infinite',
'fixed'.
|
ShareProperties |
ShareProperties.setLeaseState(LeaseStateType leaseState)
Set the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
|
ShareProperties |
ShareProperties.setLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus property: Possible values include: 'locked',
'unlocked'.
|
ShareProperties |
ShareProperties.setMetadata(Map<String,String> metadata)
Set the metadata property: The metadata property.
|
ShareProperties |
ShareProperties.setNextAllowedQuotaDowngradeTime(OffsetDateTime nextAllowedQuotaDowngradeTime)
Set the nextAllowedQuotaDowngradeTime property: The
nextAllowedQuotaDowngradeTime property.
|
ShareProperties |
ShareProperties.setProtocols(ShareProtocols protocols)
Set the enabledProtocols property: The enabledProtocols property.
|
ShareProperties |
ShareProperties.setProvisionedEgressMBps(Integer provisionedEgressMBps)
Set the provisionedEgressMBps property: The provisionedEgressMBps
property.
|
ShareProperties |
ShareProperties.setProvisionedIngressMBps(Integer provisionedIngressMBps)
Set the provisionedIngressMBps property: The provisionedIngressMBps
property.
|
ShareProperties |
ShareProperties.setProvisionedIops(Integer provisionedIops)
Set the provisionedIops property: The provisionedIops property.
|
ShareProperties |
ShareProperties.setQuota(int quota)
Set the quota property: The quota property.
|
ShareProperties |
ShareProperties.setRemainingRetentionDays(Integer remainingRetentionDays)
Set the remainingRetentionDays property: The remainingRetentionDays
property.
|
ShareProperties |
ShareProperties.setRootSquash(ShareRootSquash rootSquash)
Set the rootSquash property: Possible values include: 'NoRootSquash',
'RootSquash', 'AllSquash'.
|
| Modifier and Type | Method and Description |
|---|---|
ShareItem |
ShareItem.setProperties(ShareProperties properties)
Set the properties property: The properties property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.