airbyte_client 0.41.0

Airbyte Client is an unofficial client library for the Airbyte API
Documentation
# ConnectionRead

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**connection_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**name** | **String** |  | 
**namespace_definition** | Option<[**crate::models::NamespaceDefinitionType**]NamespaceDefinitionType.md> |  | [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**]uuid::Uuid.md |  | 
**destination_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**operation_ids** | Option<[**Vec<uuid::Uuid>**]uuid::Uuid.md> |  | [optional]
**sync_catalog** | [**crate::models::AirbyteCatalog**]AirbyteCatalog.md |  | 
**schedule** | Option<[**crate::models::ConnectionSchedule**]ConnectionSchedule.md> |  | [optional]
**schedule_type** | Option<[**crate::models::ConnectionScheduleType**]ConnectionScheduleType.md> |  | [optional]
**schedule_data** | Option<[**crate::models::ConnectionScheduleData**]ConnectionScheduleData.md> |  | [optional]
**status** | [**crate::models::ConnectionStatus**]ConnectionStatus.md |  | 
**resource_requirements** | Option<[**crate::models::ResourceRequirements**]ResourceRequirements.md> |  | [optional]
**source_catalog_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**geography** | Option<[**crate::models::Geography**]Geography.md> |  | [optional]
**breaking_change** | **bool** |  | 
**notify_schema_changes** | Option<**bool**> |  | [optional]
**notify_schema_changes_by_email** | Option<**bool**> |  | [optional]
**non_breaking_changes_preference** | Option<[**crate::models::NonBreakingChangesPreference**]NonBreakingChangesPreference.md> |  | [optional]
**workspace_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)