queryScope

@JvmName(name = "qenvbpgjobhuncoc")
suspend fun queryScope(value: Output<String>)
@JvmName(name = "bejidhnxqdxabpac")
suspend fun queryScope(value: String?)

Parameters

value

The scope at which a query is run. Collection scoped queries require you specify the collection at query time. Collection group scope allows queries across all collections with the same id. Default value is COLLECTION. Possible values are: COLLECTION, COLLECTION_GROUP.