Sink OneDrive
Purpose
Defines the specific sink parameters for a OneDrive connected endpoint.
This Asset can be used by:
Asset type | Link |
---|---|
Output Processors | Stream Output Processor |
You need:
Configuration
Name & Description
-
Name
: Name of the Asset. Spaces are not allowed in the name. -
Description
: Enter a description.
The Asset Usage
box shows how many times this Asset is used and which parts are referencing it.
Click to expand and then click to follow, if any.
Required roles
In case you are deploying to a Cluster which is running (a) Reactive Engine Nodes which have (b) specific Roles
configured, then you can restrict use of this Asset to those Nodes with matching
roles.
If you want this restriction, then enter the names of the Required Roles
here. Otherwise, leave empty to match all
Nodes (no restriction).
OneDrive Settings
Configure the parameters for your OneDrive endpoint:
Connection
Use the drop-down list to select an MS Graph Connection that should support this OneDrive configuration. If it does not exist, you need to create it first.
Your MS Graph Connection needs to have the following configured scope:
- Sites.ReadWrite.All
- Files.ReadWrite.All
Drive
The following settings define the basic location information to write OneDrive data to:
Drive name or ID
: ID or name of the OneDrive drive you want to connect to.
Directories
This sink allows the definition of three different directories, all relative to the connection mount point:
- Output Directory : The directory to write output files to.
- Temporary Directory : The directory to which files are temporarily written during processing.
- Archive Directory : Files which caused problems during processing can be moved to the Archive Directory for further analysis.
Output Directory
-
Output Directory
: The directory to write output files to. The path must be relative to the connection mount point and accessible to the Reactive Engine. You can use ${...} macros to expand variables defined in environment variables. -
Output prefix
: Prefix to add to the filename of the processed file when writing to the output directory. E.g.out_
will add theout_
-prefix to the beginning of the filename when written to the output directory. -
Output suffix
: Suffix to add to the filename of the processed file after move to the output directory. E.g._out
will add the_out
-suffix to the end of the filename when written to the output directory. -
'When output file already exists' : Define what should happen if the output file already exists.
-
Transaction rollback
: Rollback the complete transaction. No output file will be written. -
Replace existing output file
: A file by the same name will be replaced in the output directory. -
Rename existing output and add a numerical version counter
: An file by the same name in the output directory will be renamed by adding a number to the end of the filename. -
Rename the existing output and add the current timestamp as suffix
: An file by the same name in the output directory will be renamed by adding the current timestamp as suffix to the filename, e.g.out_products.csv.2025-04-03_14-25-22
. -
Move the existing output file to the archive directory
: An file by the same name in the output directory will be moved to the archive directory. The settings for this will appear when this option is selected.
-
-
Create subdirectories
: If the output directory is a subdirectory to the mount point of the connection, the subdirectory will be created if it does not exist. -
Enable housekeeping
: If enabled, the output directory will be checked for files older than the specified number of days and deleted.-
Delete after
: The age in units of days, hours or minutes to check for and delete old files. -
Units
: The units of days, hours or minutes to check for and delete old files. -
Execute housekeeping at
: A cron expression to define when the housekeeping should be executed. Click on the calendar icon to open the cron expression editor.
-
Temporary Directory
-
Temporary Directory
: Before the final output file is written to the output directory defined above, the system will create a temporary file. When processing is complete, this temporary file will become the final file and moved to the output directory as defined in Output Directory. When finally written to output, the prefix and suffix defined above will be observed. The temporary prefix and suffix defined below will only be relevant for the duration of writing the temporary file. All temporary files should be automatically removed upon successful processing. Should you encounter a temporary file in a temporary directory even though there is no current processing ongoing, then this is likely a residue from a crash which needs to be further investigated.The path must be relative to the connection mount point and accessible to the Reactive Engine. You can use ${...} macros to expand variables defined in environment variables.
-
Temporary prefix
: Prefix to add to the filename of the temporary file when writing to the temporary directory. E.g.temp_
will add thetemp_
-prefix to the beginning of the filename when written to the output directory. -
Temporary suffix
: Suffix to add to the filename of the temporary file after move to the temporary directory. E.g._temp
will add the_temp
-suffix to the end of the filename when written to the output directory.
Archive Directory
This configuration is only relevant if the Move the existing output file to the archive directory
option is selected in the Output Directory configuration.
-
Archive Directory
: The directory to which files are moved in case of a problem during processing. The path must be relative to the connection mount point and accessible to the Reactive Engine. You can use ${...} macros to expand variables defined in environment variables. -
When archive file already exists
: Define what should happen if the archive file already exists.-
Replace existing archive file
: A file by the same name will be replaced in the archive directory. -
Rename existing archive and add a numerical version counter as suffix
: An file by the same name in the archive directory will be renamed by adding a number to the end of the filename. -
Rename the existing archive and add the current timestamp as suffix
: An file by the same name in the archive directory will be renamed by adding the current timestamp as suffix to the filename, e.g.out_products.csv.2025-04-03_14-25-22
.
-
Other Settings
-
Delay post processing steps
: You can ask the system to slow (delay) post-processing steps such as move and delete. Enter a number in milliseconds which should be observed before for example moving a temporary file to the output directory and then deleting it from the temporary directory. This can prove to be helpful in environments where connections are a little "sensitive", and allow the system to "settle". It's something we learned from working with such systems. -
Number of retries
: In addition defining a post-processing delay time, we can define a number of retries, should an operation fail. Again, this is to allow for more robustness in operation as connections can prove to be sensitive at times and ridden with timeouts, etc. An optimally connected and tuned sink should not require these settings, but this is often not the case.
Please note, that the creation of the online documentation is Work-In-Progress. It is constantly being updated. should you have questions or suggestions, please don't hesitate to contact us at support@layline.io .