GetFileSystemContentNodeConfiguration
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract
Configuration for the node that reads the binary content of a
System.Reporting/FileSystemItem back into the pipeline (base64).
Read counterpart of CreateFileSystemUpdate@1.
public record GetFileSystemContentNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetFileSystemContentNodeConfiguration>
Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → GetFileSystemContentNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetFileSystemContentNodeConfiguration>
Properties
RtIdPath
JSON path to the RtId of the FileSystemItem whose content should be read
public string RtIdPath { get; set; }
Property Value
FileNameTargetPath
Optional output path for the stored file name
public string FileNameTargetPath { get; set; }
Property Value
ContentTypeTargetPath
Optional output path for the stored content type
public string ContentTypeTargetPath { get; set; }
Property Value
ContentLengthTargetPath
Optional output path for the stored content length in bytes
public string ContentLengthTargetPath { get; set; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
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
Constructors
GetFileSystemContentNodeConfiguration()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public GetFileSystemContentNodeConfiguration()