Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Property
| Description
|
---|---|
Connection
| Name of the Microsoft Azure Data Lake Storage Gen2 target connection.
|
Connection Type
| The ADLS Gen2 connection type.
The connection type populates automatically based on the connection that you select.
|
Write Strategy
| The operation type to write data to ADLS Gen2 file.
Default is
Append .
|
Interim Directory
| Path to the staging directory in ADLS Gen2.
Specify the staging directory where you want to stage the files when you write data to ADLS Gen2. Ensure that the directory has sufficient space and you have write permissions to the directory.
Applicable when you select the
Write Strategy as
Rollover .
While configuring an ADLS Gen 2 target in a
streaming ingestion job, if you do not specify any value for the rollover properties, the files remain in the interim directory. When you stop or undeploy the
streaming ingestion job, these files in the interim directory are moved to the target location, by default.
|
Rollover Size
| Target file size, in kilobytes (KB), at which to trigger rollover.
Applicable when you select the
Write Strategy as
Rollover .
|
Rollover Events Count
| Number of events or messages that you want to accumulate for the rollover.
Applicable when you select the
Write Strategy as
Rollover .
|
Rollover Time
| Length of time, in milliseconds, for a target file to roll over. After the time period has elapsed, the target file rolls over.
Applicable when you select the
Write Strategy as
Rollover .
|
File Name/Expression
| File name or a regular expression for the file name pattern.
Use the
$expression$ format for the regular expression.
$expression$ evaluates the data and sends the matching data to capturing group 1.
|
Property
| Description
|
---|---|
Filesystem Name Override
| Overrides the default file system name provided in connection. This file system name is used write to a file at run time.
|
Directory Override
| Overrides the default directory path.
The ADLS Gen2 directory that you use to write data.
Default is root directory.
The directory path specified while creating the target overrides the path specified while creating a connection.
|
Compression Format
| Optional. Compression format to use before the
streaming ingestion task writes data to the target file.
Use one of the following formats:
Default is
None .
To read a compressed file from the data lake storage, the compressed file must have specific extensions. If the extensions used to read the compressed file are not valid, the Secure Agent does not process the file.
|