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 TargetValueWriteModes TargetValueWriteMode { get; set; }

Property Value

TargetValueWriteModes

TargetValueKind

public ValueKinds TargetValueKind { get; set; }

Property Value

ValueKinds

DocumentMode

public DocumentModes DocumentMode { get; set; }

Property Value

DocumentModes

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()