Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class AnalyticsOptions.ReadOnly

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

    Constructors

    | Edit this page View Source

    ReadOnly(string?, IReadOnlyDictionary<string, object>, IReadOnlyList<object>, CancellationToken, AnalyticsScanConsistency, bool, int, TimeSpan?, IRetryStrategy?, IRequestSpan?, string?, string?, string?)

    Declaration
    public ReadOnly(string? ClientContextId, IReadOnlyDictionary<string, object> NamedParameters, IReadOnlyList<object> PositionalParameters, CancellationToken Token, AnalyticsScanConsistency ScanConsistency, bool Readonly, int Priority, TimeSpan? Timeout, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan, string? QueryContext, string? BucketName, string? ScopeName)
    Parameters
    Type Name Description
    string ClientContextId
    IReadOnlyDictionary<string, object> NamedParameters
    IReadOnlyList<object> PositionalParameters
    CancellationToken Token
    AnalyticsScanConsistency ScanConsistency
    bool Readonly
    int Priority
    TimeSpan? Timeout
    IRetryStrategy RetryStrategy
    IRequestSpan RequestSpan
    string QueryContext
    string BucketName
    string ScopeName

    Properties

    | Edit this page View Source

    BucketName

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

    ClientContextId

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

    NamedParameters

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

    PositionalParameters

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

    Priority

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

    QueryContext

    Declaration
    public string? QueryContext { get; init; }
    Property Value
    Type Description
    string
    | 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

    ScanConsistency

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

    ScopeName

    Declaration
    public string? ScopeName { 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

    Implements

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