query Spatial Coverages
suspend fun querySpatialCoverages(value: Output<List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgs>>)
suspend fun querySpatialCoverages(value: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgs>?)
Parameters
value
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.
suspend fun querySpatialCoverages(vararg values: Output<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgs>)
suspend fun querySpatialCoverages(values: List<Output<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgs>>)
suspend fun querySpatialCoverages(vararg values: ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgs)
Parameters
values
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.
suspend fun querySpatialCoverages(argument: List<suspend ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgsBuilder.() -> Unit>)
suspend fun querySpatialCoverages(vararg argument: suspend ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgsBuilder.() -> Unit)
suspend fun querySpatialCoverages(argument: suspend ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageArgsBuilder.() -> Unit)
Parameters
argument
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.