Namespace Couchbase.Query
Classes
Error
MutationState
Represents a composition of MutationToken's into a single unit for performing "read your own writes" or RYOW semantics on a N1QL query.
QueryErrorCause
The "cause" object returned by the query service inside a transaction-related error (e.g. a CAS mismatch at COMMIT). Carries the protocol hints the transactions layer needs to decide whether to retry/rollback and which final error to raise.
QueryMetaData
QueryMetrics
QueryOptions
Options to control execution of a N1QL query.
QueryOptions.ReadOnlyRecord
QueryPlan
QuerySequenceGenerator
Generates a linear progression of sequence numbers, overlapping if the storage is exceeded.
QueryWarning
Reason
Structs
QueryInterpolatedStringHandler
Provides a handler used by the language compiler to process interpolated strings into N1QL queries with positional parameters.
Interfaces
IQueryCacheInvalidator
Provides a method signature for invalidating and clearing a cache.
IQueryResult<T>
Interface for the results of a N1QL query.
Enums
Compression
Format
QueryProfile
Query profile information to be returned with the query results.
QueryScanConsistency
Sets the desired index scan consistency for current N1QL query.