Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class AtrRef

    Inheritance
    object
    AtrRef
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Client.Transactions.DataModel
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class AtrRef

    Properties

    | Edit this page View Source

    BucketName

    Declaration
    [JsonProperty("bkt")]
    [JsonPropertyName("bkt")]
    public string? BucketName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CollectionName

    Declaration
    [JsonProperty("coll")]
    [JsonPropertyName("coll")]
    public string? CollectionName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    [JsonPropertyName("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScopeName

    Declaration
    [JsonProperty("scp")]
    [JsonPropertyName("scp")]
    public string? ScopeName { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.