ItemV2WithETag interface
An interface representing Fabric item metadata
- Extends
Properties
etag |
Inherited Properties
capacity |
The object id of the capacity to which the item belongs |
created |
The item creator |
created |
The numeric id of the item creator |
created |
The creation date of the item |
dataflow |
Relations with dataflows |
datamart |
Relations with datamarts |
dataset |
Relations with datasets |
description | The description of the item |
display |
The display name of the item |
dlp |
The marker if the item has a DLP Policy Tips |
extended |
The extended properties of the item |
folder |
The object id of the folder to which the item belongs |
item |
The customized permissions the user has on the current item |
item |
Relations with other Fabric items |
item |
The type of the item |
last |
The last update date of the item |
modified |
The item modifier |
modified |
The numeric id of the item modifier |
object |
The object id of the item |
owner |
The item owner |
owner |
The numeric id of the item owner |
parent |
The object id of the parent item of the current item |
payload |
The content type of the workload payload |
permissions | The core permissions the user has on the current item |
provision |
The provision state of the item |
subfolder |
The id of the subfolder to which the item belongs |
system |
The system item type marker |
workload |
The workload payload of the item |
Property Details
etag
etag: string
Property Value
string
Inherited Property Details
capacityObjectId
The object id of the capacity to which the item belongs
capacityObjectId: string
Property Value
string
Inherited From ItemV2.capacityObjectId
createdByUser
createdByUserId
The numeric id of the item creator
createdByUserId?: number
Property Value
number
Inherited From ItemV2.createdByUserId
createdDate
The creation date of the item
createdDate?: Date
Property Value
Date
Inherited From ItemV2.createdDate
dataflowRelations
Relations with dataflows
dataflowRelations?: ItemDatasetRelation[]
Property Value
ItemDatasetRelation[]
Inherited From ItemV2.dataflowRelations
datamartRelations
Relations with datamarts
datamartRelations?: ItemDatasetRelation[]
Property Value
ItemDatasetRelation[]
Inherited From ItemV2.datamartRelations
datasetRelations
Relations with datasets
datasetRelations?: ItemDatasetRelation[]
Property Value
ItemDatasetRelation[]
Inherited From ItemV2.datasetRelations
description
The description of the item
description: string
Property Value
string
Inherited From ItemV2.description
displayName
The display name of the item
displayName: string
Property Value
string
Inherited From ItemV2.displayName
dlpPolicyTip
The marker if the item has a DLP Policy Tips
dlpPolicyTip?: DlpPolicyTip
Property Value
DlpPolicyTip
Inherited From ItemV2.dlpPolicyTip
extendedProperties
The extended properties of the item
extendedProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From ItemV2.extendedProperties
folderObjectId
The object id of the folder to which the item belongs
folderObjectId: string
Property Value
string
Inherited From ItemV2.folderObjectId
itemPermissions
The customized permissions the user has on the current item
itemPermissions?: number
Property Value
number
Inherited From ItemV2.itemPermissions
itemRelations
Relations with other Fabric items
itemRelations?: ItemRelation[]
Property Value
Inherited From ItemV2.itemRelations
itemType
lastUpdatedDate
The last update date of the item
lastUpdatedDate: Date
Property Value
Date
Inherited From ItemV2.lastUpdatedDate
modifiedByUser
modifiedByUserId
The numeric id of the item modifier
modifiedByUserId?: number
Property Value
number
Inherited From ItemV2.modifiedByUserId
objectId
ownerUser
ownerUserId
The numeric id of the item owner
ownerUserId?: number
Property Value
number
Inherited From ItemV2.ownerUserId
parentItemObjectId
The object id of the parent item of the current item
parentItemObjectId?: string
Property Value
string
Inherited From ItemV2.parentItemObjectId
payloadContentType
The content type of the workload payload
payloadContentType?: "InlineJson" | "InlinePlainText" | "InlineXml" | "InlineBase64"
Property Value
"InlineJson" | "InlinePlainText" | "InlineXml" | "InlineBase64"
Inherited From ItemV2.payloadContentType
permissions
The core permissions the user has on the current item
permissions?: number
Property Value
number
Inherited From ItemV2.permissions
provisionState
The provision state of the item
provisionState: "InProgress" | "Failed" | "Active" | "Deleting" | "DisabledByDeprovisioning" | "DeprovisioningFailed" | "DeletedByDeprovision"
Property Value
"InProgress" | "Failed" | "Active" | "Deleting" | "DisabledByDeprovisioning" | "DeprovisioningFailed" | "DeletedByDeprovision"
Inherited From ItemV2.provisionState
subfolderId
The id of the subfolder to which the item belongs
subfolderId?: number
Property Value
number
Inherited From ItemV2.subfolderId
systemItemType
The system item type marker
systemItemType?: string
Property Value
string
Inherited From ItemV2.systemItemType
workloadPayload
The workload payload of the item
workloadPayload?: string
Property Value
string
Inherited From ItemV2.workloadPayload