path property
Required if Enabled
is set to true
. Specifies the
location of the report on the file system's linked S3 data repository. An
absolute path that defines where the completion report will be stored in the
destination location. The Path
you provide must be located
within the file system’s ExportPath. An example Path
value is
"s3://myBucket/myExportPath/optionalPrefix". The report provides the
following information for each file in the report: FilePath, FileStatus, and
ErrorCode. To learn more about a file system's ExportPath
, see
.
Implementation
final String? path;