Class PrefixQuery.ReadOnly
Inheritance
PrefixQuery.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record PrefixQuery.ReadOnly : IEquatable<PrefixQuery.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(string, string)
Declaration
public ReadOnly(string Prefix, string Field)
Parameters
Properties
|
Edit this page
View Source
Field
Declaration
public string Field { get; init; }
Property Value
|
Edit this page
View Source
Prefix
Declaration
public string Prefix { get; init; }
Property Value
Implements