Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileShare

Package version

interface

An interface representing FileShare. The File Share.

extends

BaseModel

Hierarchy

Index

Properties

adminUser

adminUser: string
member

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

dataPolicy

dataPolicy: DataPolicy
member

{DataPolicy} dataPolicy The data policy. Possible values include: 'Invalid', 'Local', 'Tiered', 'Cloud'

Optional description

description: undefined | string
member

{string} [description] Description for file share

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional localUsedCapacityInBytes

localUsedCapacityInBytes: undefined | number
member

{number} [localUsedCapacityInBytes] The local used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server.

monitoringStatus

monitoringStatus: MonitoringStatus
member

{MonitoringStatus} monitoringStatus The monitoring status. Possible values include: 'Enabled', 'Disabled'

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

provisionedCapacityInBytes

provisionedCapacityInBytes: number
member

{number} provisionedCapacityInBytes The total provisioned capacity in Bytes

shareStatus

shareStatus: ShareStatus
member

{ShareStatus} shareStatus The Share Status. Possible values include: 'Online', 'Offline'

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional usedCapacityInBytes

usedCapacityInBytes: undefined | number
member

{number} [usedCapacityInBytes] The used capacity in Bytes. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc