ScheduledQueryLastRunSummaryQueryInsightsResponse class
Constructors
-
ScheduledQueryLastRunSummaryQueryInsightsResponse({Input<
int?> ? outputBytes, Input<int?> ? outputRows, Input<List< ? querySpatialCoverages, Input<ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage> ?>int?> ? queryTableCount, Input<List< ? queryTemporalRanges})ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRange> ?> -
Creates a new ScheduledQueryLastRunSummaryQueryInsightsResponse.
outputBytesSize of query result set in bytes. You can use this data to validate if the result set has changed as part of the query tuning exercise.outputRowsTotal number of rows returned as part of the query result set. You can use this data to validate if the number of rows in the result set have changed as part of the query tuning exercise.querySpatialCoveragesInsights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning. This information can help you identify areas for improvement in your partitioning strategy to enhance spatial pruning.queryTableCountNumber of tables in the query.queryTemporalRangesInsights into the temporal range of the query, including the table with the largest (max) time range. Following are some of the potential options for optimizing time-based pruning: add missing time-predicates, remove functions around the time predicates, add time predicates to all the sub-queries.const -
ScheduledQueryLastRunSummaryQueryInsightsResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
outputBytes
→ Input<
int?> ? -
Size of query result set in bytes. You can use this data to validate if the result set has changed as part of the query tuning exercise.
final
-
outputRows
→ Input<
int?> ? -
Total number of rows returned as part of the query result set. You can use this data to validate if the number of rows in the result set have changed as part of the query tuning exercise.
final
-
querySpatialCoverages
→ Input<
List< ?ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage> ?> -
Insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning. This information can help you identify areas for improvement in your partitioning strategy to enhance spatial pruning.
final
-
queryTableCount
→ Input<
int?> ? -
Number of tables in the query.
final
-
queryTemporalRanges
→ Input<
List< ?ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRange> ?> -
Insights into the temporal range of the query, including the table with the largest (max) time range. Following are some of the potential options for optimizing time-based pruning: add missing time-predicates, remove functions around the time predicates, add time predicates to all the sub-queries.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited