Class AtrRef
Assembly: Couchbase.NetClient.dll
Syntax
Properties
|
Edit this page
View Source
BucketName
Declaration
[JsonProperty("bkt")]
[JsonPropertyName("bkt")]
public string? BucketName { get; set; }
Property Value
|
Edit this page
View Source
CollectionName
Declaration
[JsonProperty("coll")]
[JsonPropertyName("coll")]
public string? CollectionName { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
ScopeName
Declaration
[JsonProperty("scp")]
[JsonPropertyName("scp")]
public string? ScopeName { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides