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