FileShare interface
The File Share.
- Extends
Properties
admin |
The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\xyz. |
data |
The data policy |
description | Description for file share |
local |
The local used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
monitoring |
The monitoring status |
provisioned |
The total provisioned capacity in Bytes |
share |
The Share Status |
used |
The used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
adminUser
The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\xyz.
adminUser: string
Property Value
string
dataPolicy
description
Description for file share
description?: string
Property Value
string
localUsedCapacityInBytes
The local used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server.
localUsedCapacityInBytes?: number
Property Value
number
monitoringStatus
provisionedCapacityInBytes
The total provisioned capacity in Bytes
provisionedCapacityInBytes: number
Property Value
number
shareStatus
usedCapacityInBytes
The used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server.
usedCapacityInBytes?: number
Property Value
number
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript