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