Class Keyspace
Assembly: Couchbase.NetClient.dll
Syntax
public record Keyspace : IEquatable<Keyspace>
Constructors
|
Edit this page
View Source
Keyspace(ICouchbaseCollection)
Declaration
public Keyspace(ICouchbaseCollection collection)
Parameters
|
Edit this page
View Source
Keyspace(string, string, string)
Declaration
public Keyspace(string BucketName, string ScopeName, string CollectionName)
Parameters
Properties
|
Edit this page
View Source
BucketName
Declaration
public string BucketName { get; init; }
Property Value
|
Edit this page
View Source
CollectionName
Declaration
public string CollectionName { get; init; }
Property Value
|
Edit this page
View Source
ScopeName
Declaration
public string ScopeName { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToCouchbaseCollection(ICluster)
Declaration
public Task<ICouchbaseCollection> ToCouchbaseCollection(ICluster cluster)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements