ShareProperties interface
The share properties.
Properties
| access |
Access protocol to be used by the share. |
| azure |
Azure container mapping for the share. |
| client |
List of IP addresses and corresponding access rights on the share(required for NFS protocol). |
| data |
Data policy of the share. |
| description | Description for the share. |
| monitoring |
Current monitoring status of the share. |
| refresh |
Details of the refresh job on this share. |
| share |
Share mount point to the role. |
| share |
Current status of the share. |
| user |
Mapping of users and corresponding access rights on the share (required for SMB protocol). |
Property Details
accessProtocol
Access protocol to be used by the share.
accessProtocol: string
Property Value
string
azureContainerInfo
Azure container mapping for the share.
azureContainerInfo?: AzureContainerInfo
Property Value
clientAccessRights
List of IP addresses and corresponding access rights on the share(required for NFS protocol).
clientAccessRights?: ClientAccessRight[]
Property Value
dataPolicy
Data policy of the share.
dataPolicy?: string
Property Value
string
description
Description for the share.
description?: string
Property Value
string
monitoringStatus
Current monitoring status of the share.
monitoringStatus: string
Property Value
string
refreshDetails
Details of the refresh job on this share.
refreshDetails?: RefreshDetails
Property Value
shareMappings
shareStatus
Current status of the share.
shareStatus: string
Property Value
string
userAccessRights
Mapping of users and corresponding access rights on the share (required for SMB protocol).
userAccessRights?: UserAccessRight[]