ShareResourceOutput interface
A share resource.
- Extends
Properties
| received |
A count of Received Shares associated with the Microsoft.Azure.Purview.Share.ApiService.V3.DataTransferObjects.ShareResource. |
| sent |
A count of Sent Shares associated with the Microsoft.Azure.Purview.Share.ApiService.V3.DataTransferObjects.ShareResource. |
| store |
The types of asset. |
| store |
A Store Reference for an artifact or sink. |
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