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