CosmosQueryExecution Interface
public interface CosmosQueryExecution
Interface to execute 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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java