Class: Aws::CloudWatchOmni::Types::QueryStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::QueryStatistics
- 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
-
#bytes_scanned ⇒ Float
The number of bytes scanned by the query.
-
#partial_results ⇒ Types::PartialResults
Information about whether the query returned partial results.
-
#percent_complete ⇒ Integer
The percentage of the query that has completed.
-
#records_matched ⇒ Integer
The number of records that matched the query criteria.
-
#records_scanned ⇒ Integer
The total number of records scanned.
Instance Attribute Details
#bytes_scanned ⇒ Float
The number of bytes scanned by the query.
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_results ⇒ Types::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_complete ⇒ Integer
The percentage of the query that has completed.
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_matched ⇒ Integer
The number of records that matched the query criteria.
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_scanned ⇒ Integer
The total number of records scanned.
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 |