Struct aws_sdk_glue::model::CatalogKafkaSource
source · #[non_exhaustive]pub struct CatalogKafkaSource { /* private fields */ }Expand description
Specifies an Apache Kafka data store in the Data Catalog.
Implementations§
source§impl CatalogKafkaSource
impl CatalogKafkaSource
sourcepub fn window_size(&self) -> Option<i32>
pub fn window_size(&self) -> Option<i32>
The amount of time to spend processing each micro batch.
sourcepub fn detect_schema(&self) -> Option<bool>
pub fn detect_schema(&self) -> Option<bool>
Whether to automatically determine the schema from the incoming data.
sourcepub fn streaming_options(&self) -> Option<&KafkaStreamingSourceOptions>
pub fn streaming_options(&self) -> Option<&KafkaStreamingSourceOptions>
Specifies the streaming options.
sourcepub fn data_preview_options(&self) -> Option<&StreamingDataPreviewOptions>
pub fn data_preview_options(&self) -> Option<&StreamingDataPreviewOptions>
Specifies options related to data preview for viewing a sample of your data.
source§impl CatalogKafkaSource
impl CatalogKafkaSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CatalogKafkaSource.
Trait Implementations§
source§impl Clone for CatalogKafkaSource
impl Clone for CatalogKafkaSource
source§fn clone(&self) -> CatalogKafkaSource
fn clone(&self) -> CatalogKafkaSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CatalogKafkaSource
impl Debug for CatalogKafkaSource
source§impl PartialEq<CatalogKafkaSource> for CatalogKafkaSource
impl PartialEq<CatalogKafkaSource> for CatalogKafkaSource
source§fn eq(&self, other: &CatalogKafkaSource) -> bool
fn eq(&self, other: &CatalogKafkaSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.