Class MetadataCondition
public sealed class MetadataCondition : FilterCondition
- Inheritance
-
MetadataCondition
- Inherited Members
Properties
Key
public string Key { get; }
Property Value
Operator
public FilterOperator Operator { get; }
Property Value
Value
public string? Value { get; }
Property Value
Values
public IReadOnlyList<string>? Values { get; }