你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReactiveCosmosQueryExecution Interface

public interface ReactiveCosmosQueryExecution

Interface to execute reactive cosmos query operations

Method Summary

Modifier and Type Method and Description
abstract Object execute(CosmosQuery query, Class<?> type, String container)

Declare an execute function for different operations to call

Method Details

execute

public abstract Object execute(CosmosQuery query, Class<?> type, String container)

Declare an execute function for different operations to call

Parameters:

query - document query operation
type - domain type
container - container to conduct query

Returns:

Object according to execution result

Applies to