Class: Aws::TimestreamQuery::Types::QuerySpatialCoverageMax

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#partition_keyArray<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

Returns:

  • (Array<String>)


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_arnString

The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.

Returns:

  • (String)


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

#valueFloat

The maximum ratio of spatial coverage.

Returns:

  • (Float)


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