Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class DocIdQuery.ReadOnly

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

    Constructors

    | Edit this page View Source

    ReadOnly(IReadOnlyList<string>)

    Declaration
    public ReadOnly(IReadOnlyList<string> DocIds)
    Parameters
    Type Name Description
    IReadOnlyList<string> DocIds

    Properties

    | Edit this page View Source

    DocIds

    Declaration
    public IReadOnlyList<string> DocIds { get; init; }
    Property Value
    Type Description
    IReadOnlyList<string>

    Implements

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