ShareResourceOutput interface

A share resource.

Extends

Properties

receivedSharesCount

A count of Received Shares associated with the Microsoft.Azure.Purview.Share.ApiService.V3.DataTransferObjects.ShareResource.

sentSharesCount

A count of Sent Shares associated with the Microsoft.Azure.Purview.Share.ApiService.V3.DataTransferObjects.ShareResource.

storeKind

The types of asset.

storeReference

A Store Reference for an artifact or sink.

Inherited Properties

id

The unique id of the resource.

type

Type of the resource.

Property Details

receivedSharesCount

A count of Received Shares associated with the Microsoft.Azure.Purview.Share.ApiService.V3.DataTransferObjects.ShareResource.

receivedSharesCount?: number

Property Value

number

sentSharesCount

A count of Sent Shares associated with the Microsoft.Azure.Purview.Share.ApiService.V3.DataTransferObjects.ShareResource.

sentSharesCount?: number

Property Value

number

storeKind

The types of asset.

storeKind?: "AdlsGen2Account" | "BlobAccount"

Property Value

"AdlsGen2Account" | "BlobAccount"

storeReference

A Store Reference for an artifact or sink.

storeReference?: StoreReferenceOutput

Property Value

Inherited Property Details

id

The unique id of the resource.

id?: string

Property Value

string

Inherited From ProxyResourceOutput.id

type

Type of the resource.

type?: string

Property Value

string

Inherited From ProxyResourceOutput.type