SftpUploadNodeConfiguration
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load
Configuration node object for uploading a file via SFTP
public record SftpUploadNodeConfiguration : PathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<SftpUploadNodeConfiguration>
Inheritance Object → NodeConfiguration → PathNodeConfiguration → SftpUploadNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<SftpUploadNodeConfiguration>
Properties
ServerConfiguration
Name of the global configuration for the SFTP server
public string ServerConfiguration { get; set; }
Property Value
RemoteDirectory
Remote directory path on the SFTP server
public string RemoteDirectory { get; set; }
Property Value
FileName
Static file name for the uploaded file
public string FileName { get; set; }
Property Value
FileNamePath
Path in the data context to resolve the file name dynamically
public string FileNamePath { get; set; }
Property Value
FileRtId
Static RtId of a binary file in MongoDB large binary storage
public string FileRtId { get; set; }
Property Value
FileRtIdPath
Path in the data context to resolve the RtId of a binary file dynamically
public string FileRtIdPath { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Constructors
SftpUploadNodeConfiguration()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public SftpUploadNodeConfiguration()