Class: Aws::TimestreamQuery::Types::ExecutionStats

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

Statistics for a single scheduled query run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_meteredInteger

Bytes metered for a single scheduled query run.

Returns:

  • (Integer)


404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 404

class ExecutionStats < Struct.new(
  :execution_time_in_millis,
  :data_writes,
  :bytes_metered,
  :records_ingested,
  :query_result_rows)
  SENSITIVE = []
  include Aws::Structure
end

#data_writesInteger

Data writes metered for records ingested in a single scheduled query run.

Returns:

  • (Integer)


404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 404

class ExecutionStats < Struct.new(
  :execution_time_in_millis,
  :data_writes,
  :bytes_metered,
  :records_ingested,
  :query_result_rows)
  SENSITIVE = []
  include Aws::Structure
end

#execution_time_in_millisInteger

Total time, measured in milliseconds, that was needed for the scheduled query run to complete.

Returns:

  • (Integer)


404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 404

class ExecutionStats < Struct.new(
  :execution_time_in_millis,
  :data_writes,
  :bytes_metered,
  :records_ingested,
  :query_result_rows)
  SENSITIVE = []
  include Aws::Structure
end

#query_result_rowsInteger

Number of rows present in the output from running a query before ingestion to destination data source.

Returns:

  • (Integer)


404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 404

class ExecutionStats < Struct.new(
  :execution_time_in_millis,
  :data_writes,
  :bytes_metered,
  :records_ingested,
  :query_result_rows)
  SENSITIVE = []
  include Aws::Structure
end

#records_ingestedInteger

The number of records ingested for a single scheduled query run.

Returns:

  • (Integer)


404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 404

class ExecutionStats < Struct.new(
  :execution_time_in_millis,
  :data_writes,
  :bytes_metered,
  :records_ingested,
  :query_result_rows)
  SENSITIVE = []
  include Aws::Structure
end