Skip to main content

SftpListNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration node object for listing files on an SFTP server. Emits metadata only; the content of a listed file is read with SftpDownload@1.

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

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

Properties

ServerConfiguration

Name of the global configuration for the SFTP server

public string ServerConfiguration { get; set; }

Property Value

String

RemoteDirectory

Remote directory to list

public string RemoteDirectory { get; set; }

Property Value

String

FilePattern

Glob the file name must match: '*' any run of characters, '?' exactly one, anchored at both ends, case insensitive, every other character literal

public string FilePattern { get; set; }

Property Value

String

MinFileAgeSeconds

Omit entries whose last write is younger than this, so a file still being written is picked up on a later run instead of being read half finished

public int MinFileAgeSeconds { 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

SftpListNodeConfiguration()

Caution

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


public SftpListNodeConfiguration()