Class: Aws::TimestreamQuery::Types::QuerySpatialCoverageMax
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::QuerySpatialCoverageMax
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Provides insights into the table with the most sub-optimal spatial range scanned by your query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partition_key ⇒ Array<String>
The partition key used for partitioning, which can be a default ‘measure_name` or a [customer defined partition key].
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.
-
#value ⇒ Float
The maximum ratio of spatial coverage.
Instance Attribute Details
#partition_key ⇒ Array<String>
The partition key used for partitioning, which can be a default ‘measure_name` or a [customer defined partition key].
[1]: docs.aws.amazon.com/timestream/latest/developerguide/customer-defined-partition-keys.html
1245 1246 1247 1248 1249 1250 1251 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1245 class QuerySpatialCoverageMax < Struct.new( :value, :table_arn, :partition_key) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.
1245 1246 1247 1248 1249 1250 1251 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1245 class QuerySpatialCoverageMax < Struct.new( :value, :table_arn, :partition_key) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The maximum ratio of spatial coverage.
1245 1246 1247 1248 1249 1250 1251 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1245 class QuerySpatialCoverageMax < Struct.new( :value, :table_arn, :partition_key) SENSITIVE = [] include Aws::Structure end |