Class: Aws::Glue::Types::StreamingDataPreviewOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StreamingDataPreviewOptions
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies options related to data preview for viewing a sample of your data.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #polling_time  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The polling time in milliseconds. 
- 
  
    
      #record_polling_limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The limit to the number of records polled. 
Instance Attribute Details
#polling_time ⇒ Integer
The polling time in milliseconds.
| 24864 24865 24866 24867 24868 24869 | # File 'lib/aws-sdk-glue/types.rb', line 24864 class StreamingDataPreviewOptions < Struct.new( :polling_time, :record_polling_limit) SENSITIVE = [] include Aws::Structure end | 
#record_polling_limit ⇒ Integer
The limit to the number of records polled.
| 24864 24865 24866 24867 24868 24869 | # File 'lib/aws-sdk-glue/types.rb', line 24864 class StreamingDataPreviewOptions < Struct.new( :polling_time, :record_polling_limit) SENSITIVE = [] include Aws::Structure end |