Class: Aws::CloudWatchOmni::Types::QueryStatistics

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

Overview

Statistics about a telemetry query execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_scannedFloat

The number of bytes scanned by the query.

Returns:

  • (Float)


4229
4230
4231
4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4229

class QueryStatistics < Struct.new(
  :bytes_scanned,
  :percent_complete,
  :records_scanned,
  :records_matched,
  :partial_results)
  SENSITIVE = []
  include Aws::Structure
end

#partial_resultsTypes::PartialResults

Information about whether the query returned partial results.



4229
4230
4231
4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4229

class QueryStatistics < Struct.new(
  :bytes_scanned,
  :percent_complete,
  :records_scanned,
  :records_matched,
  :partial_results)
  SENSITIVE = []
  include Aws::Structure
end

#percent_completeInteger

The percentage of the query that has completed.

Returns:

  • (Integer)


4229
4230
4231
4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4229

class QueryStatistics < Struct.new(
  :bytes_scanned,
  :percent_complete,
  :records_scanned,
  :records_matched,
  :partial_results)
  SENSITIVE = []
  include Aws::Structure
end

#records_matchedInteger

The number of records that matched the query criteria.

Returns:

  • (Integer)


4229
4230
4231
4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4229

class QueryStatistics < Struct.new(
  :bytes_scanned,
  :percent_complete,
  :records_scanned,
  :records_matched,
  :partial_results)
  SENSITIVE = []
  include Aws::Structure
end

#records_scannedInteger

The total number of records scanned.

Returns:

  • (Integer)


4229
4230
4231
4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4229

class QueryStatistics < Struct.new(
  :bytes_scanned,
  :percent_complete,
  :records_scanned,
  :records_matched,
  :partial_results)
  SENSITIVE = []
  include Aws::Structure
end