Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class PerTransactionQueryConfig

Allows setting a per-transaction query configuration.

Inheritance
object
PerTransactionQueryConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Client.Transactions.Config
Assembly: Couchbase.NetClient.dll
Syntax
public class PerTransactionQueryConfig

Constructors

View Source

PerTransactionQueryConfig()

Declaration
public PerTransactionQueryConfig()

Properties

View Source

ScanConsistency

Gets or sets the index scan consistency for query operations.

Declaration
public QueryScanConsistency? ScanConsistency { get; set; }
Property Value
Type Description
QueryScanConsistency?
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.