Class: Aws::TimestreamQuery::Types::ExecutionStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ExecutionStats
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Statistics for a single scheduled query run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bytes_metered ⇒ Integer
Bytes metered for a single scheduled query run.
-
#cumulative_bytes_scanned ⇒ Integer
Bytes scanned for a single scheduled query run.
-
#data_writes ⇒ Integer
Data writes metered for records ingested in a single scheduled query run.
-
#execution_time_in_millis ⇒ Integer
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
-
#query_result_rows ⇒ Integer
Number of rows present in the output from running a query before ingestion to destination data source.
-
#records_ingested ⇒ Integer
The number of records ingested for a single scheduled query run.
Instance Attribute Details
#bytes_metered ⇒ Integer
Bytes metered for a single scheduled query run.
436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 436 class ExecutionStats < Struct.new( :execution_time_in_millis, :data_writes, :bytes_metered, :cumulative_bytes_scanned, :records_ingested, :query_result_rows) SENSITIVE = [] include Aws::Structure end |
#cumulative_bytes_scanned ⇒ Integer
Bytes scanned for a single scheduled query run.
436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 436 class ExecutionStats < Struct.new( :execution_time_in_millis, :data_writes, :bytes_metered, :cumulative_bytes_scanned, :records_ingested, :query_result_rows) SENSITIVE = [] include Aws::Structure end |
#data_writes ⇒ Integer
Data writes metered for records ingested in a single scheduled query run.
436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 436 class ExecutionStats < Struct.new( :execution_time_in_millis, :data_writes, :bytes_metered, :cumulative_bytes_scanned, :records_ingested, :query_result_rows) SENSITIVE = [] include Aws::Structure end |
#execution_time_in_millis ⇒ Integer
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 436 class ExecutionStats < Struct.new( :execution_time_in_millis, :data_writes, :bytes_metered, :cumulative_bytes_scanned, :records_ingested, :query_result_rows) SENSITIVE = [] include Aws::Structure end |
#query_result_rows ⇒ Integer
Number of rows present in the output from running a query before ingestion to destination data source.
436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 436 class ExecutionStats < Struct.new( :execution_time_in_millis, :data_writes, :bytes_metered, :cumulative_bytes_scanned, :records_ingested, :query_result_rows) SENSITIVE = [] include Aws::Structure end |
#records_ingested ⇒ Integer
The number of records ingested for a single scheduled query run.
436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 436 class ExecutionStats < Struct.new( :execution_time_in_millis, :data_writes, :bytes_metered, :cumulative_bytes_scanned, :records_ingested, :query_result_rows) SENSITIVE = [] include Aws::Structure end |