Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.08 KB

WebBackendConnectionCreate.md

File metadata and controls

27 lines (22 loc) · 2.08 KB

WebBackendConnectionCreate

Properties

Name Type Description Notes
name Option<String> Optional name of the connection [optional]
namespace_definition Option<crate::models::NamespaceDefinitionType> [optional]
namespace_format Option<String> Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'. [optional]
prefix Option<String> Prefix that will be prepended to the name of each stream when it is written to the destination. [optional]
source_id uuid::Uuid
destination_id uuid::Uuid
operation_ids Option<Vecuuid::Uuid> [optional]
sync_catalog Option<crate::models::AirbyteCatalog> [optional]
schedule Option<crate::models::ConnectionSchedule> [optional]
schedule_type Option<crate::models::ConnectionScheduleType> [optional]
schedule_data Option<crate::models::ConnectionScheduleData> [optional]
status crate::models::ConnectionStatus
resource_requirements Option<crate::models::ResourceRequirements> [optional]
operations Option<Veccrate::models::OperationCreate> [optional]
source_catalog_id Option<uuid::Uuid> [optional]
geography Option<crate::models::Geography> [optional]
non_breaking_changes_preference Option<crate::models::NonBreakingChangesPreference> [optional]

[Back to Model list] [Back to API list] [Back to README]