BaseDatahubItemUI interface
An interface representing datahub item ui metadata
Properties
| datasource |
The datasource references of the item |
| description | The description of the item |
| display |
The display name of the item |
| fabric |
The type of the item |
| item |
The item sensitivity label |
| item |
The object id of the item |
| item |
The type of the item |
| last |
The most recent time the item was visited |
| owner |
The item owner object id |
| owner |
The owner principal name |
| owner |
The item owners |
| stage | The item endorsement |
| workspace |
The workspace name of the item |
Property Details
datasourceReferences
The datasource references of the item
datasourceReferences?: DatasourceReference[]
Property Value
description
The description of the item
description?: string
Property Value
string
displayName
The display name of the item
displayName: string
Property Value
string
fabricItemType
The type of the item
fabricItemType?: string
Property Value
string
itemInformationProtection
The item sensitivity label
itemInformationProtection?: any
Property Value
any
itemObjectId
The object id of the item
itemObjectId: string
Property Value
string
itemType
The type of the item
itemType?: any
Property Value
any
lastVisitedTimeUTCEpochTime
The most recent time the item was visited
lastVisitedTimeUTCEpochTime?: number
Property Value
number
ownerOid
The item owner object id
ownerOid?: string
Property Value
string
ownerPrincipalName
The owner principal name
ownerPrincipalName?: string
Property Value
string
ownerUsers
The item owners
ownerUsers?: any[]
Property Value
any[]
stage
The item endorsement
stage?: any
Property Value
any
workspaceName
The workspace name of the item
workspaceName: string
Property Value
string