Skip to main content

PathFieldFilter

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Field filter that uses the json path to the value

public record PathFieldFilter : IEquatable<PathFieldFilter>

Inheritance ObjectPathFieldFilter
Implements IEquatable<PathFieldFilter>

Properties

Path

The Path to the value

public string Path { get; set; }

Property Value

String

AttributeName

The attribute name

public string AttributeName { get; set; }

Property Value

String

Operator

The Operator

public FieldFilterOperator Operator { get; set; }

Property Value

FieldFilterOperator

Constructors

PathFieldFilter()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public PathFieldFilter()