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