ShareProperties Class
Share's properties class.
- Inheritance
-
azure.storage.fileshare._shared.models.DictMixinShareProperties
Constructor
ShareProperties(**kwargs)
Variables
- name
- str
The name of the share.
- last_modified
- datetime
A datetime object representing the last time the share was modified.
- etag
- str
The ETag contains a value that you can use to perform operations conditionally.
- quota
- int
The allocated quota.
- access_tier
- str
The share's access tier.
- metadata
- dict
A dict with name_value pairs to associate with the share as metadata.
- snapshot
- str
Snapshot of the share.
- deleted
- datetime
To indicate if this share is deleted or not. This is a service returned value, and the value will be set when list shared including deleted ones.
- deleted
To indicate the deleted time of the deleted share. This is a service returned value, and the value will be set when list shared including deleted ones.
- version
- str
To indicate the version of deleted share. This is a service returned value, and the value will be set when list shared including deleted ones.
- remaining_retention_days
- int
To indicate how many remaining days the deleted share will be kept. This is a service returned value, and the value will be set when list shared including deleted ones.
- provisioned_bandwidth
- int
Provisioned bandwidth in megabits/second. Only applicable to premium file accounts.
- or str root_squash
- <xref:azure.storage.fileshare.models.ShareRootSquash>
Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'.
Feedback
Submit and view feedback for