Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.12 KB

File metadata and controls

28 lines (23 loc) · 2.12 KB

ConnectionUpdate

Properties

Name Type Description Notes
connection_id uuid::Uuid
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]
name Option<String> Name that will be set to this connection [optional]
prefix Option<String> Prefix that will be prepended to the name of each stream when it is written to the destination. [optional]
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 Option<crate::models::ConnectionStatus> [optional]
resource_requirements Option<crate::models::ResourceRequirements> [optional]
source_catalog_id Option<uuid::Uuid> [optional]
geography Option<crate::models::Geography> [optional]
notify_schema_changes Option<bool> [optional]
notify_schema_changes_by_email Option<bool> [optional]
non_breaking_changes_preference Option<crate::models::NonBreakingChangesPreference> [optional]
breaking_change Option<bool> [optional]

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