Class ReactiveCosmosQueryExecution.ExistsExecution

java.lang.Object
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosQueryExecution.ExistsExecution
All Implemented Interfaces:
ReactiveCosmosQueryExecution
Enclosing interface:
ReactiveCosmosQueryExecution

public static final class ReactiveCosmosQueryExecution.ExistsExecution extends Object implements ReactiveCosmosQueryExecution
Exist operation implementation to execute a exist query
  • Constructor Details

    • ExistsExecution

      public ExistsExecution(ReactiveCosmosOperations operations)
      Creates a new instance of exists execution.
      Parameters:
      operations - Reactive Cosmos operations
  • Method Details