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
sourceimpl 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.
sourceimpl StreamingDataPreviewOptions
impl StreamingDataPreviewOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamingDataPreviewOptions.
Trait Implementations
sourceimpl Clone for StreamingDataPreviewOptions
impl Clone for StreamingDataPreviewOptions
sourcefn clone(&self) -> StreamingDataPreviewOptions
fn clone(&self) -> StreamingDataPreviewOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StreamingDataPreviewOptions
impl Debug for StreamingDataPreviewOptions
sourceimpl PartialEq<StreamingDataPreviewOptions> for StreamingDataPreviewOptions
impl PartialEq<StreamingDataPreviewOptions> for StreamingDataPreviewOptions
sourcefn eq(&self, other: &StreamingDataPreviewOptions) -> bool
fn eq(&self, other: &StreamingDataPreviewOptions) -> bool
impl StructuralPartialEq for StreamingDataPreviewOptions
Auto Trait Implementations
impl RefUnwindSafe for StreamingDataPreviewOptions
impl Send for StreamingDataPreviewOptions
impl Sync for StreamingDataPreviewOptions
impl Unpin for StreamingDataPreviewOptions
impl UnwindSafe for StreamingDataPreviewOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more