Struct aws_sdk_glue::model::StreamingDataPreviewOptions
source · #[non_exhaustive]pub struct StreamingDataPreviewOptions { /* private fields */ }Expand description
Specifies options related to data preview for viewing a sample of your data.
Implementations§
source§impl StreamingDataPreviewOptions
impl StreamingDataPreviewOptions
sourcepub fn polling_time(&self) -> Option<i64>
pub fn polling_time(&self) -> Option<i64>
The polling time in milliseconds.
sourcepub fn record_polling_limit(&self) -> Option<i64>
pub fn record_polling_limit(&self) -> Option<i64>
The limit to the number of records polled.
source§impl StreamingDataPreviewOptions
impl StreamingDataPreviewOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamingDataPreviewOptions.
Trait Implementations§
source§impl Clone for StreamingDataPreviewOptions
impl Clone for StreamingDataPreviewOptions
source§fn clone(&self) -> StreamingDataPreviewOptions
fn clone(&self) -> StreamingDataPreviewOptions
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 StreamingDataPreviewOptions
impl Debug for StreamingDataPreviewOptions
source§impl PartialEq<StreamingDataPreviewOptions> for StreamingDataPreviewOptions
impl PartialEq<StreamingDataPreviewOptions> for StreamingDataPreviewOptions
source§fn eq(&self, other: &StreamingDataPreviewOptions) -> bool
fn eq(&self, other: &StreamingDataPreviewOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.