Skip to content

Files

Latest commit

4cbdc5f · Dec 4, 2022

History

History
23 lines (18 loc) · 1.66 KB

ConnectionSearch.md

File metadata and controls

23 lines (18 loc) · 1.66 KB

ConnectionSearch

Properties

Name Type Description Notes
connection_id Option<uuid::Uuid> [optional]
name Option<String> [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 Option<uuid::Uuid> [optional]
destination_id Option<uuid::Uuid> [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]
source Option<crate::models::SourceSearch> [optional]
destination Option<crate::models::DestinationSearch> [optional]

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