Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class PerTransactionQueryConfig

    Allows setting a per-transaction query configuration.

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

    Properties

    | Edit this page View Source

    ScanConsistency

    Gets or sets the index scan consistency for query operations.

    Declaration
    public QueryScanConsistency? ScanConsistency { get; set; }
    Property Value
    Type Description
    QueryScanConsistency?
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.