Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class QueryOptions.ReadOnlyRecord

    Inheritance
    object
    QueryOptions.ReadOnlyRecord
    Implements
    IEquatable<QueryOptions.ReadOnlyRecord>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Query
    Assembly: Couchbase.NetClient.dll
    Syntax
    public record QueryOptions.ReadOnlyRecord : IEquatable<QueryOptions.ReadOnlyRecord>

    Constructors

    | Edit this page View Source

    ReadOnlyRecord(IReadOnlyList<object?>, IReadOnlyDictionary<string, object>, IReadOnlyDictionary<string, object>, bool, bool?, int?, int?, int?, QueryPlan?, QueryProfile, bool?, int?, QueryScanConsistency, TimeSpan?, string?, TimeSpan?, bool, bool, bool, string?, string?, IRequestSpan?, IRetryStrategy?, CancellationToken, Uri?, bool, bool, string?, ITypeSerializer?, string?, bool?)

    Declaration
    public ReadOnlyRecord(IReadOnlyList<object?> Arguments, IReadOnlyDictionary<string, object> Parameters, IReadOnlyDictionary<string, object> RawParameters, bool AutoExecute, bool? IncludeMetrics, int? MaxServerParallelism, int? PipelineBatch, int? PipelineCapacity, QueryPlan? PreparedPayload, QueryProfile Profile, bool? ReadOnly, int? ScanCapacity, QueryScanConsistency ScanConsistency, TimeSpan? ScanWait, string? Statement, TimeSpan? TimeOut, bool FlexIndex, bool IsUsed, bool PreserveExpiry, string? BucketName, string? ScopeName, IRequestSpan? RequestSpan, IRetryStrategy? RetryStrategy, CancellationToken Token, Uri? LastDispatchedNode, bool IsPrepared, bool IsAdHoc, string? CurrentContextId, ITypeSerializer? Serializer, string? QueryContext, bool? UseReplica)
    Parameters
    Type Name Description
    IReadOnlyList<object> Arguments
    IReadOnlyDictionary<string, object> Parameters
    IReadOnlyDictionary<string, object> RawParameters
    bool AutoExecute
    bool? IncludeMetrics
    int? MaxServerParallelism
    int? PipelineBatch
    int? PipelineCapacity
    QueryPlan PreparedPayload
    QueryProfile Profile
    bool? ReadOnly
    int? ScanCapacity
    QueryScanConsistency ScanConsistency
    TimeSpan? ScanWait
    string Statement
    TimeSpan? TimeOut
    bool FlexIndex
    bool IsUsed
    bool PreserveExpiry
    string BucketName
    string ScopeName
    IRequestSpan RequestSpan
    IRetryStrategy RetryStrategy
    CancellationToken Token
    Uri LastDispatchedNode
    bool IsPrepared
    bool IsAdHoc
    string CurrentContextId
    ITypeSerializer Serializer
    string QueryContext
    bool? UseReplica

    Properties

    | Edit this page View Source

    Arguments

    Declaration
    public IReadOnlyList<object?> Arguments { get; init; }
    Property Value
    Type Description
    IReadOnlyList<object>
    | Edit this page View Source

    AutoExecute

    Declaration
    public bool AutoExecute { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BucketName

    Declaration
    public string? BucketName { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CurrentContextId

    Declaration
    public string? CurrentContextId { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FlexIndex

    Declaration
    public bool FlexIndex { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IncludeMetrics

    Declaration
    public bool? IncludeMetrics { get; init; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IsAdHoc

    Declaration
    public bool IsAdHoc { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsPrepared

    Declaration
    public bool IsPrepared { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsUsed

    Declaration
    public bool IsUsed { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    LastDispatchedNode

    Declaration
    public Uri? LastDispatchedNode { get; init; }
    Property Value
    Type Description
    Uri
    | Edit this page View Source

    MaxServerParallelism

    Declaration
    public int? MaxServerParallelism { get; init; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Parameters

    Declaration
    public IReadOnlyDictionary<string, object> Parameters { get; init; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    PipelineBatch

    Declaration
    public int? PipelineBatch { get; init; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PipelineCapacity

    Declaration
    public int? PipelineCapacity { get; init; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PreparedPayload

    Declaration
    public QueryPlan? PreparedPayload { get; init; }
    Property Value
    Type Description
    QueryPlan
    | Edit this page View Source

    PreserveExpiry

    Declaration
    public bool PreserveExpiry { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Profile

    Declaration
    public QueryProfile Profile { get; init; }
    Property Value
    Type Description
    QueryProfile
    | Edit this page View Source

    QueryContext

    Declaration
    public string? QueryContext { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RawParameters

    Declaration
    public IReadOnlyDictionary<string, object> RawParameters { get; init; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    ReadOnly

    Declaration
    public bool? ReadOnly { get; init; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    RequestSpan

    Declaration
    public IRequestSpan? RequestSpan { get; init; }
    Property Value
    Type Description
    IRequestSpan
    | Edit this page View Source

    RetryStrategy

    Declaration
    public IRetryStrategy? RetryStrategy { get; init; }
    Property Value
    Type Description
    IRetryStrategy
    | Edit this page View Source

    ScanCapacity

    Declaration
    public int? ScanCapacity { get; init; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ScanConsistency

    Declaration
    public QueryScanConsistency ScanConsistency { get; init; }
    Property Value
    Type Description
    QueryScanConsistency
    | Edit this page View Source

    ScanWait

    Declaration
    public TimeSpan? ScanWait { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    ScopeName

    Declaration
    public string? ScopeName { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Serializer

    Declaration
    public ITypeSerializer? Serializer { get; init; }
    Property Value
    Type Description
    ITypeSerializer
    | Edit this page View Source

    Statement

    Declaration
    public string? Statement { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TimeOut

    Declaration
    public TimeSpan? TimeOut { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    Token

    Declaration
    public CancellationToken Token { get; init; }
    Property Value
    Type Description
    CancellationToken
    | Edit this page View Source

    UseReplica

    Declaration
    public bool? UseReplica { get; init; }
    Property Value
    Type Description
    bool?

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.