Class: Aws::Neptunedata::Types::Statistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::Statistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Contains statistics information. The DFE engine uses information about the data in your Neptune graph to make effective trade-offs when planning query execution. This information takes the form of statistics that include so-called characteristic sets and predicate statistics that can guide query planning. See [Managing statistics for the Neptune DFE to use].
[1]: docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Indicates whether or not DFE statistics generation is enabled at all.
-
#auto_compute ⇒ Boolean
Indicates whether or not automatic statistics generation is enabled.
-
#date ⇒ Time
The UTC time at which DFE statistics have most recently been generated.
-
#note ⇒ String
A note about problems in the case where statistics are invalid.
-
#signature_info ⇒ Types::StatisticsSummary
A StatisticsSummary structure that contains:.
-
#statistics_id ⇒ String
Reports the ID of the current statistics generation run.
Instance Attribute Details
#active ⇒ Boolean
Indicates whether or not DFE statistics generation is enabled at all.
3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3800 class Statistics < Struct.new( :auto_compute, :active, :statistics_id, :date, :note, :signature_info) SENSITIVE = [] include Aws::Structure end |
#auto_compute ⇒ Boolean
Indicates whether or not automatic statistics generation is enabled.
3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3800 class Statistics < Struct.new( :auto_compute, :active, :statistics_id, :date, :note, :signature_info) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The UTC time at which DFE statistics have most recently been generated.
3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3800 class Statistics < Struct.new( :auto_compute, :active, :statistics_id, :date, :note, :signature_info) SENSITIVE = [] include Aws::Structure end |
#note ⇒ String
A note about problems in the case where statistics are invalid.
3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3800 class Statistics < Struct.new( :auto_compute, :active, :statistics_id, :date, :note, :signature_info) SENSITIVE = [] include Aws::Structure end |
#signature_info ⇒ Types::StatisticsSummary
A StatisticsSummary structure that contains:
-
‘signatureCount` - The total number of signatures across all characteristic sets.
-
‘instanceCount` - The total number of characteristic-set instances.
-
‘predicateCount` - The total number of unique predicates.
3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3800 class Statistics < Struct.new( :auto_compute, :active, :statistics_id, :date, :note, :signature_info) SENSITIVE = [] include Aws::Structure end |
#statistics_id ⇒ String
Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.
3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3800 class Statistics < Struct.new( :auto_compute, :active, :statistics_id, :date, :note, :signature_info) SENSITIVE = [] include Aws::Structure end |