Referenceable¶
Base class for everything in Atlan.
Complete reference
This is a complete reference for the Referenceable
object in Atlan, showing every possible property and relationship that can exist for these objects. For an introduction, you probably want to start with:
Referenceable
is the root of inheritance, and has no supertypes itself.
Properties¶
These attributes are specific to instances of Referenceable
(and all of its subtypes).
typeName ¶
Type of this asset.
guid ¶
Globally-unique identifier for this asset.
classifications ¶
Tags assigned to the asset. (1)
-
Uses a different name in SDKs
atlanTags
atlan_tags
For more information, see the tag assets snippets.
businessAttributes ¶
Map of custom metadata attributes and values defined on the asset. (1)
-
Uses a different name in SDKs
customMetadataSets
custom_metadata
For more information, see the change custom metadata snippets.
status ¶
Status of the asset. (1)
createdBy ¶
User or account that created the asset.
updatedBy ¶
User or account that last updated the asset.
createTime ¶
Time (epoch) at which the asset was created, in milliseconds.
updateTime ¶
Time (epoch) at which the asset was last updated, in milliseconds.
deleteHandler ¶
Details on the handler used for deletion of the asset. (1)
-
Treat as read-only
You should not try to set
deleteHandler
on an asset. Instead, see the asset CRUD snippets on deleting assets.
classificationNames ¶
Hashed-string names of the Atlan tags that exist on the asset. (1)
-
Uses a different name in SDKs
atlanTagNames
atlan_tag_names
Use classifications to make changes to tags.
isIncomplete ¶
Unused.
meaningNames ¶
Human-readable names of terms that have been linked to this asset.
meanings ¶
Details of terms that have been linked to this asset. (1)
-
Do not use
These should not be used, as they can be inconsistent. Instead, see the link terms and assets snippets.
pendingTasks ¶
Unique identifiers (GUIDs) for any background tasks that are yet to operate on this asset.