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

ReactiveCosmosQueryExecution.DeleteExecution Class

  • java.lang.Object
    • com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.DeleteExecution

Implements

public static final class ReactiveCosmosQueryExecution.DeleteExecution
implements ReactiveCosmosQueryExecution

Delete operation implementation to execute a delete query

Constructor Summary

Constructor Description
DeleteExecution(ReactiveCosmosOperations operations)

Creates a new instance of delete execution.

Method Summary

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

Declare an execute function for different operations to call

Methods inherited from java.lang.Object

Constructor Details

DeleteExecution

public DeleteExecution(ReactiveCosmosOperations operations)

Creates a new instance of delete execution.

Parameters:

operations - Reactive Cosmos operations

Method Details

execute

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

Declare an execute function for different operations to call

Parameters:

query
type
container

Applies to