Interface IPowerBIDataflowEntityColumn

All Known Implementing Classes:
PowerBIDataflowEntityColumn

@Generated("com.atlan.generators.ModelGeneratorV2") public interface IPowerBIDataflowEntityColumn
Instance of a Power BI Dataflow Entity Column in Atlan. Dataflows are reusable transformation logic that can be shared by many datasets and reports inside Power BI. Each Dataflow has an Entity which represents an instance of SQL data from source, that has columns associated with it.
  • Field Details Link icon

    • TYPE_NAME Link icon

      static final String TYPE_NAME
      See Also:
    • POWER_BI_DATAFLOW Link icon

      static final RelationField POWER_BI_DATAFLOW
      PowerBI Dataflow in which this Dataflow Entity Column exists.
    • POWER_BI_DATAFLOW_ENTITY_COLUMN_DATA_TYPE Link icon

      static final KeywordField POWER_BI_DATAFLOW_ENTITY_COLUMN_DATA_TYPE
      Data type of this dataflow entity column.
    • POWER_BI_DATAFLOW_ENTITY_NAME Link icon

      static final TextField POWER_BI_DATAFLOW_ENTITY_NAME
      Unique name of the dataflow entity in which this dataflow entity column exists.
    • POWER_BI_DATAFLOW_QUALIFIED_NAME Link icon

      static final KeywordField POWER_BI_DATAFLOW_QUALIFIED_NAME
      Unique name of the dataflow in which this dataflow entity column exists.
    • POWER_BI_WORKSPACE_QUALIFIED_NAME Link icon

      static final KeywordField POWER_BI_WORKSPACE_QUALIFIED_NAME
      Unique name of the workspace in which this dataflow entity column exists.
  • Method Details Link icon

    • getAdminGroups Link icon

      SortedSet<String> getAdminGroups()
      List of groups who administer this asset. (This is only used for certain asset types.)
    • getAdminRoles Link icon

      SortedSet<String> getAdminRoles()
      List of roles who administer this asset. (This is only used for Connection assets.)
    • getAdminUsers Link icon

      SortedSet<String> getAdminUsers()
      List of users who administer this asset. (This is only used for certain asset types.)
    • getAnnouncementMessage Link icon

      String getAnnouncementMessage()
      Detailed message to include in the announcement on this asset.
    • getAnnouncementTitle Link icon

      String getAnnouncementTitle()
      Brief title for the announcement on this asset. Required when announcementType is specified.
    • getAnnouncementType Link icon

      AtlanAnnouncementType getAnnouncementType()
      Type of announcement on this asset.
    • getAnnouncementUpdatedAt Link icon

      Long getAnnouncementUpdatedAt()
      Time (epoch) at which the announcement was last updated, in milliseconds.
    • getAnnouncementUpdatedBy Link icon

      String getAnnouncementUpdatedBy()
      Name of the user who last updated the announcement.
    • getAnomaloChecks Link icon

      SortedSet<IAnomaloCheck> getAnomaloChecks()
      Checks that run on this asset.
    • getApplication Link icon

      IApplication getApplication()
      Application owning the Asset.
    • getApplicationField Link icon

      IApplicationField getApplicationField()
      ApplicationField owning the Asset.
    • getApplicationFieldQualifiedName Link icon

      String getApplicationFieldQualifiedName()
      Qualified name of the ApplicationField that contains this asset.
    • getApplicationQualifiedName Link icon

      String getApplicationQualifiedName()
      Qualified name of the Application that contains this asset.
    • getAssetAnomaloAppliedCheckTypes Link icon

      SortedSet<String> getAssetAnomaloAppliedCheckTypes()
      All associated Anomalo check types.
    • getAssetAnomaloCheckCount Link icon

      Long getAssetAnomaloCheckCount()
      Total number of checks present in Anomalo for this asset.
    • getAssetAnomaloCheckStatuses Link icon

      String getAssetAnomaloCheckStatuses()
      Stringified JSON object containing status of all Anomalo checks associated to this asset.
    • getAssetAnomaloDQStatus Link icon

      String getAssetAnomaloDQStatus()
      Status of data quality from Anomalo.
    • getAssetAnomaloFailedCheckCount Link icon

      Long getAssetAnomaloFailedCheckCount()
      Total number of checks failed in Anomalo for this asset.
    • getAssetAnomaloFailedCheckTypes Link icon

      SortedSet<String> getAssetAnomaloFailedCheckTypes()
      All associated Anomalo failed check types.
    • getAssetAnomaloLastCheckRunAt Link icon

      Long getAssetAnomaloLastCheckRunAt()
      Time (epoch) at which the last check was run via Anomalo.
    • getAssetAnomaloSourceUrl Link icon

      String getAssetAnomaloSourceUrl()
      URL of the source in Anomalo.
    • getAssetCoverImage Link icon

      String getAssetCoverImage()
      Cover image to use for this asset in the UI (applicable to only a few asset types).
    • getAssetDbtAccountName Link icon

      String getAssetDbtAccountName()
      Name of the account in which this asset exists in dbt.
    • getAssetDbtAlias Link icon

      String getAssetDbtAlias()
      Alias of this asset in dbt.
    • getAssetDbtEnvironmentDbtVersion Link icon

      String getAssetDbtEnvironmentDbtVersion()
      Version of the environment in which this asset is materialized in dbt.
    • getAssetDbtEnvironmentName Link icon

      String getAssetDbtEnvironmentName()
      Name of the environment in which this asset is materialized in dbt.
    • getAssetDbtJobLastRun Link icon

      Long getAssetDbtJobLastRun()
      Time (epoch) at which the job that materialized this asset in dbt last ran, in milliseconds.
    • getAssetDbtJobLastRunArtifactS3Path Link icon

      String getAssetDbtJobLastRunArtifactS3Path()
      Path in S3 to the artifacts saved from the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunArtifactsSaved Link icon

      Boolean getAssetDbtJobLastRunArtifactsSaved()
      Whether artifacts were saved from the last run of the job that materialized this asset in dbt (true) or not (false).
    • getAssetDbtJobLastRunCreatedAt Link icon

      Long getAssetDbtJobLastRunCreatedAt()
      Time (epoch) at which the job that materialized this asset in dbt was last created, in milliseconds.
    • getAssetDbtJobLastRunDequedAt Link icon

      Long getAssetDbtJobLastRunDequedAt()
      Time (epoch) at which the job that materialized this asset in dbt was dequeued, in milliseconds.
    • getAssetDbtJobLastRunExecutedByThreadId Link icon

      String getAssetDbtJobLastRunExecutedByThreadId()
      Thread ID of the user who executed the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunGitBranch Link icon

      String getAssetDbtJobLastRunGitBranch()
      Branch in git from which the last run of the job that materialized this asset in dbt ran.
    • getAssetDbtJobLastRunGitSha Link icon

      String getAssetDbtJobLastRunGitSha()
      SHA hash in git for the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunHasDocsGenerated Link icon

      Boolean getAssetDbtJobLastRunHasDocsGenerated()
      Whether docs were generated from the last run of the job that materialized this asset in dbt (true) or not (false).
    • getAssetDbtJobLastRunHasSourcesGenerated Link icon

      Boolean getAssetDbtJobLastRunHasSourcesGenerated()
      Whether sources were generated from the last run of the job that materialized this asset in dbt (true) or not (false).
    • getAssetDbtJobLastRunNotificationsSent Link icon

      Boolean getAssetDbtJobLastRunNotificationsSent()
      Whether notifications were sent from the last run of the job that materialized this asset in dbt (true) or not (false).
    • getAssetDbtJobLastRunOwnerThreadId Link icon

      String getAssetDbtJobLastRunOwnerThreadId()
      Thread ID of the owner of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunQueuedDuration Link icon

      String getAssetDbtJobLastRunQueuedDuration()
      Total duration the job that materialized this asset in dbt spent being queued.
    • getAssetDbtJobLastRunQueuedDurationHumanized Link icon

      String getAssetDbtJobLastRunQueuedDurationHumanized()
      Human-readable total duration of the last run of the job that materialized this asset in dbt spend being queued.
    • getAssetDbtJobLastRunRunDuration Link icon

      String getAssetDbtJobLastRunRunDuration()
      Run duration of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunRunDurationHumanized Link icon

      String getAssetDbtJobLastRunRunDurationHumanized()
      Human-readable run duration of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunStartedAt Link icon

      Long getAssetDbtJobLastRunStartedAt()
      Time (epoch) at which the job that materialized this asset in dbt was started running, in milliseconds.
    • getAssetDbtJobLastRunStatusMessage Link icon

      String getAssetDbtJobLastRunStatusMessage()
      Status message of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunTotalDuration Link icon

      String getAssetDbtJobLastRunTotalDuration()
      Total duration of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunTotalDurationHumanized Link icon

      String getAssetDbtJobLastRunTotalDurationHumanized()
      Human-readable total duration of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobLastRunUpdatedAt Link icon

      Long getAssetDbtJobLastRunUpdatedAt()
      Time (epoch) at which the job that materialized this asset in dbt was last updated, in milliseconds.
    • getAssetDbtJobLastRunUrl Link icon

      String getAssetDbtJobLastRunUrl()
      URL of the last run of the job that materialized this asset in dbt.
    • getAssetDbtJobName Link icon

      String getAssetDbtJobName()
      Name of the job that materialized this asset in dbt.
    • getAssetDbtJobNextRun Link icon

      Long getAssetDbtJobNextRun()
      Time (epoch) when the next run of the job that materializes this asset in dbt is scheduled.
    • getAssetDbtJobNextRunHumanized Link icon

      String getAssetDbtJobNextRunHumanized()
      Human-readable time when the next run of the job that materializes this asset in dbt is scheduled.
    • getAssetDbtJobSchedule Link icon

      String getAssetDbtJobSchedule()
      Schedule of the job that materialized this asset in dbt.
    • getAssetDbtJobScheduleCronHumanized Link icon

      String getAssetDbtJobScheduleCronHumanized()
      Human-readable cron schedule of the job that materialized this asset in dbt.
    • getAssetDbtJobStatus Link icon

      String getAssetDbtJobStatus()
      Status of the job that materialized this asset in dbt.
    • getAssetDbtMeta Link icon

      String getAssetDbtMeta()
      Metadata for this asset in dbt, specifically everything under the 'meta' key in the dbt object.
    • getAssetDbtPackageName Link icon

      String getAssetDbtPackageName()
      Name of the package in which this asset exists in dbt.
    • getAssetDbtProjectName Link icon

      String getAssetDbtProjectName()
      Name of the project in which this asset exists in dbt.
    • getAssetDbtSemanticLayerProxyUrl Link icon

      String getAssetDbtSemanticLayerProxyUrl()
      URL of the semantic layer proxy for this asset in dbt.
    • getAssetDbtSourceFreshnessCriteria Link icon

      String getAssetDbtSourceFreshnessCriteria()
      Freshness criteria for the source of this asset in dbt.
    • getAssetDbtTags Link icon

      SortedSet<String> getAssetDbtTags()
      List of tags attached to this asset in dbt.
    • getAssetDbtTestStatus Link icon

      String getAssetDbtTestStatus()
      All associated dbt test statuses.
    • getAssetDbtUniqueId Link icon

      String getAssetDbtUniqueId()
      Unique identifier of this asset in dbt.
    • getAssetDbtWorkflowLastUpdated Link icon

      String getAssetDbtWorkflowLastUpdated()
      Name of the DBT workflow in Atlan that last updated the asset.
    • getAssetIcon Link icon

      AtlanIcon getAssetIcon()
      Name of the icon to use for this asset. (Only applies to glossaries, currently.)
    • getAssetInternalPopularityScore Link icon

      Double getAssetInternalPopularityScore()
      Internal Popularity score for this asset.
    • getAssetMcAlertQualifiedNames Link icon

      SortedSet<String> getAssetMcAlertQualifiedNames()
      List of unique Monte Carlo alert names attached to this asset.
    • getAssetMcIncidentNames Link icon

      SortedSet<String> getAssetMcIncidentNames()
      List of Monte Carlo incident names attached to this asset.
    • getAssetMcIncidentPriorities Link icon

      SortedSet<String> getAssetMcIncidentPriorities()
      List of Monte Carlo incident priorities associated with this asset.
    • getAssetMcIncidentQualifiedNames Link icon

      SortedSet<String> getAssetMcIncidentQualifiedNames()
      List of unique Monte Carlo incident names attached to this asset.
    • getAssetMcIncidentSeverities Link icon

      SortedSet<String> getAssetMcIncidentSeverities()
      List of Monte Carlo incident severities associated with this asset.
    • getAssetMcIncidentStates Link icon

      SortedSet<String> getAssetMcIncidentStates()
      List of Monte Carlo incident states associated with this asset.
    • getAssetMcIncidentSubTypes Link icon

      SortedSet<String> getAssetMcIncidentSubTypes()
      List of Monte Carlo incident sub-types associated with this asset.
    • getAssetMcIncidentTypes Link icon

      SortedSet<String> getAssetMcIncidentTypes()
      List of Monte Carlo incident types associated with this asset.
    • getAssetMcIsMonitored Link icon

      Boolean getAssetMcIsMonitored()
      Tracks whether this asset is monitored by MC or not
    • getAssetMcLastSyncRunAt Link icon

      Long getAssetMcLastSyncRunAt()
      Time (epoch) at which this asset was last synced from Monte Carlo.
    • getAssetMcMonitorNames Link icon

      SortedSet<String> getAssetMcMonitorNames()
      List of Monte Carlo monitor names attached to this asset.
    • getAssetMcMonitorQualifiedNames Link icon

      SortedSet<String> getAssetMcMonitorQualifiedNames()
      List of unique Monte Carlo monitor names attached to this asset.
    • getAssetMcMonitorScheduleTypes Link icon

      SortedSet<String> getAssetMcMonitorScheduleTypes()
      Schedules of all associated Monte Carlo monitors.
    • getAssetMcMonitorStatuses Link icon

      SortedSet<String> getAssetMcMonitorStatuses()
      Statuses of all associated Monte Carlo monitors.
    • getAssetMcMonitorTypes Link icon

      SortedSet<String> getAssetMcMonitorTypes()
      Types of all associated Monte Carlo monitors.
    • getAssetPoliciesCount Link icon

      Long getAssetPoliciesCount()
      Count of policies inside the asset
    • getAssetPolicyGUIDs Link icon

      SortedSet<String> getAssetPolicyGUIDs()
      Array of policy ids governing this asset
    • getAssetRedirectGUIDs Link icon

      SortedSet<String> getAssetRedirectGUIDs()
      Array of asset ids that equivalent to this asset.
    • getAssetSodaCheckCount Link icon

      Long getAssetSodaCheckCount()
      Number of checks done via Soda.
    • getAssetSodaCheckStatuses Link icon

      String getAssetSodaCheckStatuses()
      All associated Soda check statuses.
    • getAssetSodaDQStatus Link icon

      String getAssetSodaDQStatus()
      Status of data quality from Soda.
    • getAssetSodaLastScanAt Link icon

      Long getAssetSodaLastScanAt()
      TBC
    • getAssetSodaLastSyncRunAt Link icon

      Long getAssetSodaLastSyncRunAt()
      TBC
    • getAssetSodaSourceURL Link icon

      String getAssetSodaSourceURL()
      TBC
    • getAssetSourceReadme Link icon

      String getAssetSourceReadme()
      Readme of this asset, as extracted from source. If present, this will be used for the readme in user interface.
    • getAssetTags Link icon

      SortedSet<String> getAssetTags()
      List of tags attached to this asset.
    • getAssetThemeHex Link icon

      String getAssetThemeHex()
      Color (in hexadecimal RGB) to use to represent this asset.
    • getAssetUserDefinedType Link icon

      String getAssetUserDefinedType()
      Name to use for this type of asset, as a subtype of the actual typeName.
    • getAssignedTerms Link icon

      SortedSet<IGlossaryTerm> getAssignedTerms()
      Glossary terms that are linked to this asset.
    • getCertificateStatus Link icon

      CertificateStatus getCertificateStatus()
      Status of this asset's certification.
    • getCertificateStatusMessage Link icon

      String getCertificateStatusMessage()
      Human-readable descriptive message used to provide further detail to certificateStatus.
    • getCertificateUpdatedAt Link icon

      Long getCertificateUpdatedAt()
      Time (epoch) at which the certification was last updated, in milliseconds.
    • getCertificateUpdatedBy Link icon

      String getCertificateUpdatedBy()
      Name of the user who last updated the certification of this asset.
    • getConnectionName Link icon

      String getConnectionName()
      Simple name of the connection through which this asset is accessible.
    • getConnectionQualifiedName Link icon

      String getConnectionQualifiedName()
      Unique name of the connection through which this asset is accessible.
    • getConnectorName Link icon

      String getConnectorName()
      Type of the connector through which this asset is accessible.
    • getDataContractLatest Link icon

      IDataContract getDataContractLatest()
      Latest version of the data contract (in any status) for this asset.
    • getDataContractLatestCertified Link icon

      IDataContract getDataContractLatestCertified()
      Latest certified version of the data contract for this asset.
    • getDbtQualifiedName Link icon

      String getDbtQualifiedName()
      Unique name of this asset in dbt.
    • getDescription Link icon

      String getDescription()
      Description of this asset, for example as crawled from a source. Fallback for display purposes, if userDescription is empty.
    • getDisplayName Link icon

      String getDisplayName()
      Human-readable name of this asset used for display purposes (in user interface).
    • getDomainGUIDs Link icon

      SortedSet<String> getDomainGUIDs()
      Array of domain guids linked to this asset
    • getFiles Link icon

      SortedSet<IFile> getFiles()
      TBC
    • getHasContract Link icon

      Boolean getHasContract()
      Whether this asset has contract (true) or not (false).
    • getHasLineage Link icon

      Boolean getHasLineage()
      Whether this asset has lineage (true) or not (false).
    • getInputPortDataProducts Link icon

      SortedSet<IDataProduct> getInputPortDataProducts()
      Data products for which this asset is an input port.
    • getInputToAirflowTasks Link icon

      SortedSet<IAirflowTask> getInputToAirflowTasks()
      Tasks to which this asset provides input.
    • getInputToProcesses Link icon

      SortedSet<ILineageProcess> getInputToProcesses()
      Processes to which this asset provides input.
    • getInputToSparkJobs Link icon

      SortedSet<ISparkJob> getInputToSparkJobs()
      TBC
    • getIsAIGenerated Link icon

      Boolean getIsAIGenerated()
      TBC
    • getIsDiscoverable Link icon

      Boolean getIsDiscoverable()
      Whether this asset is discoverable through the UI (true) or not (false).
    • getIsEditable Link icon

      Boolean getIsEditable()
      Whether this asset can be edited in the UI (true) or not (false).
    • getIsPartial Link icon

      Boolean getIsPartial()
      Indicates this asset is not fully-known, if true.
    • getLastRowChangedAt Link icon

      Long getLastRowChangedAt()
      Time (epoch) of the last operation that inserted, updated, or deleted rows, in milliseconds.
    • getLastSyncRun Link icon

      String getLastSyncRun()
      Name of the last run of the crawler that last synchronized this asset.
    • getLastSyncRunAt Link icon

      Long getLastSyncRunAt()
      Time (epoch) at which this asset was last crawled, in milliseconds.
    • getLastSyncWorkflowName Link icon

      String getLastSyncWorkflowName()
      Name of the crawler that last synchronized this asset.
    • getLexicographicalSortOrder Link icon

      String getLexicographicalSortOrder()
      Custom order for sorting purpose, managed by client
    • getLinks Link icon

      SortedSet<ILink> getLinks()
      Links that are attached to this asset.
    • getMcIncidents Link icon

      SortedSet<IMCIncident> getMcIncidents()
      TBC
    • getMcMonitors Link icon

      SortedSet<IMCMonitor> getMcMonitors()
      Monitors that observe this asset.
    • getMetrics Link icon

      SortedSet<IMetric> getMetrics()
      TBC
    • getModelImplementedAttributes Link icon

      SortedSet<IModelAttribute> getModelImplementedAttributes()
      Attributes implemented by this asset.
    • getModelImplementedEntities Link icon

      SortedSet<IModelEntity> getModelImplementedEntities()
      Entities implemented by this asset.
    • getName Link icon

      String getName()
      Name of this asset. Fallback for display purposes, if displayName is empty.
    • getNonCompliantAssetPolicyGUIDs Link icon

      SortedSet<String> getNonCompliantAssetPolicyGUIDs()
      Array of policy ids non-compliant to this asset
    • getOutputFromAirflowTasks Link icon

      SortedSet<IAirflowTask> getOutputFromAirflowTasks()
      Tasks from which this asset is output.
    • getOutputFromProcesses Link icon

      SortedSet<ILineageProcess> getOutputFromProcesses()
      Processes from which this asset is produced as output.
    • getOutputFromSparkJobs Link icon

      SortedSet<ISparkJob> getOutputFromSparkJobs()
      TBC
    • getOutputPortDataProducts Link icon

      SortedSet<IDataProduct> getOutputPortDataProducts()
      Data products for which this asset is an output port.
    • getOutputProductGUIDs Link icon

      SortedSet<String> getOutputProductGUIDs()
      Array of product guids which have this asset as outputPort
    • getOwnerGroups Link icon

      SortedSet<String> getOwnerGroups()
      List of groups who own this asset.
    • getOwnerUsers Link icon

      SortedSet<String> getOwnerUsers()
      List of users who own this asset.
    • getPopularityScore Link icon

      Double getPopularityScore()
      Popularity score for this asset.
    • getPowerBIDataflow Link icon

      IPowerBIDataflow getPowerBIDataflow()
      PowerBI Dataflow in which this Dataflow Entity Column exists.
    • getPowerBIDataflowEntityColumnDataType Link icon

      String getPowerBIDataflowEntityColumnDataType()
      Data type of this dataflow entity column.
    • getPowerBIDataflowEntityName Link icon

      String getPowerBIDataflowEntityName()
      Unique name of the dataflow entity in which this dataflow entity column exists.
    • getPowerBIDataflowQualifiedName Link icon

      String getPowerBIDataflowQualifiedName()
      Unique name of the dataflow in which this dataflow entity column exists.
    • getPowerBIEndorsement Link icon

      PowerBIEndorsementType getPowerBIEndorsement()
      Endorsement status of this asset, in Power BI.
    • getPowerBIFormatString Link icon

      String getPowerBIFormatString()
      Format of this asset, as specified in the FORMAT_STRING of the MDX cell property.
    • getPowerBIIsHidden Link icon

      Boolean getPowerBIIsHidden()
      Whether this asset is hidden in Power BI (true) or not (false).
    • getPowerBITableQualifiedName Link icon

      String getPowerBITableQualifiedName()
      Unique name of the Power BI table in which this asset exists.
    • getPowerBIWorkspaceQualifiedName Link icon

      String getPowerBIWorkspaceQualifiedName()
      Unique name of the workspace in which this dataflow entity column exists.
    • getProductGUIDs Link icon

      SortedSet<String> getProductGUIDs()
      Array of product guids linked to this asset
    • getQualifiedName Link icon

      String getQualifiedName()
      Unique name for this asset. This is typically a concatenation of the asset's name onto its parent's qualifiedName. This must be unique across all assets of the same type.
    • getReadme Link icon

      IReadme getReadme()
      README that is linked to this asset.
    • getSampleDataUrl Link icon

      String getSampleDataUrl()
      URL for sample data for this asset.
    • getSchemaRegistrySubjects Link icon

      SortedSet<ISchemaRegistrySubject> getSchemaRegistrySubjects()
      TBC
    • getSodaChecks Link icon

      SortedSet<ISodaCheck> getSodaChecks()
      TBC
    • getSourceCostUnit Link icon

      SourceCostUnitType getSourceCostUnit()
      The unit of measure for sourceTotalCost.
    • getSourceCreatedAt Link icon

      Long getSourceCreatedAt()
      Time (epoch) at which this asset was created in the source system, in milliseconds.
    • getSourceCreatedBy Link icon

      String getSourceCreatedBy()
      Name of the user who created this asset, in the source system.
    • getSourceEmbedURL Link icon

      String getSourceEmbedURL()
      URL to create an embed for a resource (for example, an image of a dashboard) within Atlan.
    • getSourceLastReadAt Link icon

      Long getSourceLastReadAt()
      Timestamp of most recent read operation.
    • getSourceOwners Link icon

      String getSourceOwners()
      List of owners of this asset, in the source system.
    • getSourceQueryComputeCostRecords Link icon

      List<PopularityInsights> getSourceQueryComputeCostRecords()
      List of most expensive warehouses with extra insights.
    • getSourceQueryComputeCosts Link icon

      SortedSet<String> getSourceQueryComputeCosts()
      List of most expensive warehouse names.
    • getSourceReadCount Link icon

      Long getSourceReadCount()
      Total count of all read operations at source.
    • getSourceReadExpensiveQueryRecords Link icon

      List<PopularityInsights> getSourceReadExpensiveQueryRecords()
      List of the most expensive queries that accessed this asset.
    • getSourceReadPopularQueryRecords Link icon

      List<PopularityInsights> getSourceReadPopularQueryRecords()
      List of the most popular queries that accessed this asset.
    • getSourceReadQueryCost Link icon

      Double getSourceReadQueryCost()
      Total cost of read queries at source.
    • getSourceReadRecentUserRecords Link icon

      List<PopularityInsights> getSourceReadRecentUserRecords()
      List of usernames with extra insights for the most recent users who read this asset.
    • getSourceReadRecentUsers Link icon

      SortedSet<String> getSourceReadRecentUsers()
      List of usernames of the most recent users who read this asset.
    • getSourceReadSlowQueryRecords Link icon

      List<PopularityInsights> getSourceReadSlowQueryRecords()
      List of the slowest queries that accessed this asset.
    • getSourceReadTopUserRecords Link icon

      List<PopularityInsights> getSourceReadTopUserRecords()
      List of usernames with extra insights for the users who read this asset the most.
    • getSourceReadTopUsers Link icon

      SortedSet<String> getSourceReadTopUsers()
      List of usernames of the users who read this asset the most.
    • getSourceReadUserCount Link icon

      Long getSourceReadUserCount()
      Total number of unique users that read data from asset.
    • getSourceTotalCost Link icon

      Double getSourceTotalCost()
      Total cost of all operations at source.
    • getSourceURL Link icon

      String getSourceURL()
      URL to the resource within the source application, used to create a button to view this asset in the source application.
    • getSourceUpdatedAt Link icon

      Long getSourceUpdatedAt()
      Time (epoch) at which this asset was last updated in the source system, in milliseconds.
    • getSourceUpdatedBy Link icon

      String getSourceUpdatedBy()
      Name of the user who last updated this asset, in the source system.
    • getStarredBy Link icon

      SortedSet<String> getStarredBy()
      Users who have starred this asset.
    • getStarredCount Link icon

      Integer getStarredCount()
      Number of users who have starred this asset.
    • getStarredDetails Link icon

      List<StarredDetails> getStarredDetails()
      List of usernames with extra information of the users who have starred an asset.
    • getSubType Link icon

      String getSubType()
      Subtype of this asset.
    • getTenantId Link icon

      String getTenantId()
      Name of the Atlan workspace in which this asset exists.
    • getUserDefRelationshipFroms Link icon

      SortedSet<IAsset> getUserDefRelationshipFroms()
      TBC
    • getUserDefRelationshipTos Link icon

      SortedSet<IAsset> getUserDefRelationshipTos()
      TBC
    • getUserDescription Link icon

      String getUserDescription()
      Description of this asset, as provided by a user. If present, this will be used for the description in user interface.
    • getViewScore Link icon

      Double getViewScore()
      View score for this asset.
    • getViewerGroups Link icon

      SortedSet<String> getViewerGroups()
      List of groups who can view assets contained in a collection. (This is only used for certain asset types.)
    • getViewerUsers Link icon

      SortedSet<String> getViewerUsers()
      List of users who can view assets contained in a collection. (This is only used for certain asset types.)
    • getIconUrl Link icon

      String getIconUrl()
      URL of an icon to use for this asset. (Only applies to CustomEntity and Fivetran Catalog assets, currently.)
    • getConnectorType Link icon

      AtlanConnectorType getConnectorType()
      Built-in connector type through which this asset is accessible.
    • getCustomConnectorType Link icon

      String getCustomConnectorType()
      Custom connector type through which this asset is accessible.
    • getTypeName Link icon

      String getTypeName()
      Name of the type that defines the asset.
    • getGuid Link icon

      String getGuid()
      Globally-unique identifier for the asset.
    • getDisplayText Link icon

      String getDisplayText()
      Human-readable name of the asset.
    • getEntityStatus Link icon

      String getEntityStatus()
      Status of the asset (if this is a related asset).
    • getRelationshipType Link icon

      String getRelationshipType()
      Type of the relationship (if this is a related asset).
    • getRelationshipGuid Link icon

      String getRelationshipGuid()
      Unique identifier of the relationship (when this is a related asset).
    • getRelationshipStatus Link icon

      AtlanStatus getRelationshipStatus()
      Status of the relationship (when this is a related asset).
    • getRelationshipAttributes Link icon

      RelationshipAttributes getRelationshipAttributes()
      Attributes specific to the relationship (unused).
    • getUniqueAttributes Link icon

      UniqueAttributes getUniqueAttributes()
      Attribute(s) that uniquely identify the asset (when this is a related asset). If the guid is not provided, these must be provided.
    • isComplete Link icon

      boolean isComplete()
      When true, indicates that this object represents a complete view of the entity. When false, this object is only a reference or some partial view of the entity.
    • isValidReferenceByGuid Link icon

      boolean isValidReferenceByGuid()
      Indicates whether this object can be used as a valid reference by GUID.
      Returns:
      true if it is a valid GUID reference, false otherwise
    • isValidReferenceByQualifiedName Link icon

      boolean isValidReferenceByQualifiedName()
      Indicates whether this object can be used as a valid reference by qualifiedName.
      Returns:
      true if it is a valid qualifiedName reference, false otherwise