Interface CoreQueryOptions

All Known Implementing Classes:
CoreQueryOptionsTransactions

@Internal public interface CoreQueryOptions
  • Method Details

    • adhoc

      boolean adhoc()
    • clientContextId

      @Nullable String clientContextId()
    • consistentWith

      @Nullable CoreMutationState consistentWith()
    • maxParallelism

      @Nullable Integer maxParallelism()
    • metrics

      boolean metrics()
    • namedParameters

      @Nullable com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode namedParameters()
    • pipelineBatch

      @Nullable Integer pipelineBatch()
    • pipelineCap

      @Nullable Integer pipelineCap()
    • positionalParameters

      @Nullable com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ArrayNode positionalParameters()
    • profile

      CoreQueryProfile profile()
    • raw

      @Nullable com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode raw()
    • readonly

      boolean readonly()
    • scanWait

      @Nullable Duration scanWait()
    • scanCap

      @Nullable Integer scanCap()
    • scanConsistency

      @Nullable CoreQueryScanConsistency scanConsistency()
    • flexIndex

      boolean flexIndex()
    • preserveExpiry

      @Nullable Boolean preserveExpiry()
    • asTransaction

      default boolean asTransaction()
    • asTransactionOptions

      @Nullable CoreSingleQueryTransactionOptions asTransactionOptions()
    • commonOptions

      CoreCommonOptions commonOptions()
    • useReplica

      @Nullable Boolean useReplica()