FileShare interface

The File Share.

Extends

Properties

adminUser

The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\xyz.

dataPolicy

The data policy

description

Description for file share

localUsedCapacityInBytes

The local used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server.

monitoringStatus

The monitoring status

provisionedCapacityInBytes

The total provisioned capacity in Bytes

shareStatus

The Share Status

usedCapacityInBytes

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

The data policy

dataPolicy: DataPolicy

Property Value

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

The monitoring status

monitoringStatus: MonitoringStatus

Property Value

provisionedCapacityInBytes

The total provisioned capacity in Bytes

provisionedCapacityInBytes: number

Property Value

number

shareStatus

The Share Status

shareStatus: ShareStatus

Property Value

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