Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class Keyspace

    Inheritance
    object
    Keyspace
    Implements
    IEquatable<Keyspace>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Client.Transactions
    Assembly: Couchbase.NetClient.dll
    Syntax
    public record Keyspace : IEquatable<Keyspace>

    Constructors

    | Edit this page View Source

    Keyspace(ICouchbaseCollection)

    Declaration
    public Keyspace(ICouchbaseCollection collection)
    Parameters
    Type Name Description
    ICouchbaseCollection collection
    | Edit this page View Source

    Keyspace(string, string, string)

    Declaration
    public Keyspace(string BucketName, string ScopeName, string CollectionName)
    Parameters
    Type Name Description
    string BucketName
    string ScopeName
    string CollectionName

    Properties

    | Edit this page View Source

    BucketName

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

    CollectionName

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

    ScopeName

    Declaration
    public string ScopeName { get; init; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToCouchbaseCollection(ICluster)

    Declaration
    public Task<ICouchbaseCollection> ToCouchbaseCollection(ICluster cluster)
    Parameters
    Type Name Description
    ICluster cluster
    Returns
    Type Description
    Task<ICouchbaseCollection>
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

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