Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class CreatePrimaryQueryIndexOptions.ReadOnly

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

    Constructors

    | Edit this page View Source

    ReadOnly(string?, bool, bool, CancellationToken, string?, string?, string?, TimeSpan)

    Declaration
    public ReadOnly(string? IndexNameValue, bool IgnoreIfExistsValue, bool DeferredValue, CancellationToken TokenValue, string? ScopeNameValue, string? CollectionNameValue, string? QueryContext, TimeSpan TimeoutValue)
    Parameters
    Type Name Description
    string IndexNameValue
    bool IgnoreIfExistsValue
    bool DeferredValue
    CancellationToken TokenValue
    string ScopeNameValue
    string CollectionNameValue
    string QueryContext
    TimeSpan TimeoutValue

    Properties

    | Edit this page View Source

    CollectionNameValue

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

    DeferredValue

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

    IgnoreIfExistsValue

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

    IndexNameValue

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

    QueryContext

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

    ScopeNameValue

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

    TimeoutValue

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

    TokenValue

    Declaration
    public CancellationToken TokenValue { get; init; }
    Property Value
    Type Description
    CancellationToken

    Implements

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