ShareAclResult interface

Extends

azure-storage.export=.services.file.FileService.ShareResult

Properties

signedIdentifiers

Inherited Properties

created
etag
exists
lastModified
metadata
name
quota
requestId
shareStats
snapshot

Property Details

signedIdentifiers

signedIdentifiers?: Map<AccessPolicy>

Property Value

Map<azure-storage.export=.common.AccessPolicy>

Inherited Property Details

created

created?: boolean

Property Value

boolean

Inherited From ShareResult.created

etag

etag: string

Property Value

string

Inherited From ShareResult.etag

exists

exists?: boolean

Property Value

boolean

Inherited From ShareResult.exists

lastModified

lastModified: string

Property Value

string

Inherited From ShareResult.lastModified

metadata

metadata?: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From ShareResult.metadata

name

name: string

Property Value

string

Inherited From ShareResult.name

quota

quota?: string

Property Value

string

Inherited From ShareResult.quota

requestId

requestId?: string

Property Value

string

Inherited From ShareResult.requestId

shareStats

shareStats?: { shareUsage?: string }

Property Value

{ shareUsage?: string }

Inherited From ShareResult.shareStats

snapshot

snapshot?: string

Property Value

string

Inherited From ShareResult.snapshot