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