Module models

Module models 

Source
Expand description

Models module for the SDK

Defines core data structures used by the SDK for import/export operations. These models are simplified versions focused on the SDK’s needs.

Re-exports§

pub use column::Column;
pub use column::ForeignKey;
pub use cross_domain::CrossDomainConfig;
pub use cross_domain::CrossDomainRelationshipRef;
pub use cross_domain::CrossDomainTableRef;
pub use data_model::DataModel;
pub use relationship::ConnectionPoint;
pub use relationship::ETLJobMetadata;
pub use relationship::ForeignKeyDetails;
pub use relationship::Relationship;
pub use relationship::VisualMetadata;
pub use table::ContactDetails;
pub use table::Position;
pub use table::SlaProperty;
pub use table::Table;
pub use enums::*;

Modules§

column
Column model for the SDK
cross_domain
Cross-domain reference models
data_model
DataModel for the SDK
enums
Enums for data modeling
relationship
Relationship model for the SDK
table
Table model for the SDK