ShareSetPropertiesOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ShareSetPropertiesOptions
type ShareSetPropertiesOptions = class
Public Class ShareSetPropertiesOptions
- Inheritance
-
ShareSetPropertiesOptions
Constructors
ShareSetPropertiesOptions() |
Properties
AccessTier |
Optional, the access tier to set on the share. |
Conditions |
Optional ShareFileRequestConditions to add conditions on setting the share's properties. |
EnablePaidBursting |
Optional. Supported in version 2024-11-04 and above. Only applicable for premium file storage accounts. This property enables paid bursting on premium file storage accounts. |
EnableSnapshotVirtualDirectoryAccess |
Optional. Supported in version 2023-08-03 and above. Only applicable for premium file storage accounts. Specifies whether the snapshot virtual directory should be accessible at the root of share mount point when NFS is enabled. If not specified, the default is true. |
PaidBurstingMaxBandwidthMibps |
Optional. Supported in version 2024-11-04 and above. Only applicable for premium file storage accounts. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec. |
PaidBurstingMaxIops |
Optional. Supported in version 2024-11-04 and above. Only applicable for premium file storage accounts. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS. |
ProvisionedMaxBandwidthMibps |
Optional. Supported in version 2025-01-05 and above. Only applicable to provisioned v2 storage accounts. Sets the max provisioned brandwith for a share. For SSD, min bandwidth is 125 MiB/sec and max is 10,340 MiB/sec. For HDD, min bandwidth is 60 MiB/sec and max is 5,120 MiB/sec. |
ProvisionedMaxIops |
Optional. Supported in version 2025-01-05 and above. Only applicable to provisioned v2 storage accounts. Sets the max provisioned IOPs for a share. For SSD, min IOPs is 3,000 and max is 100,000. For HDD, min IOPs is 500 and max is 50,000. |
QuotaInGB |
Optional, the maximum size to set on the share in GB. |
RootSquash |
Optional, valid for NFS shares only. |
Applies to
Azure SDK for .NET