Skip to main content

GetQueryByIdNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration for node get query by id

public record GetQueryByIdNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetQueryByIdNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → GetQueryByIdNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetQueryByIdNodeConfiguration>

Properties

QueryRtId

Gets or sets the query rt id

public OctoObjectId QueryRtId { get; set; }

Property Value

OctoObjectId

Skip

Amount of rows to skip

public int Skip { get; set; }

Property Value

Int32

Take

Amount of rows to take

public int Take { get; set; }

Property Value

Int32

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public WriteMode TargetValueWriteMode { get; set; }

Property Value

WriteMode

TargetValueKind

public ValueKind TargetValueKind { get; set; }

Property Value

ValueKind

Description

public string Description { get; set; }

Property Value

String

Constructors

GetQueryByIdNodeConfiguration()

Caution

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


public GetQueryByIdNodeConfiguration()