scope property
Required if Enabled
is set to true
. Specifies the
scope of the CompletionReport
; FAILED_FILES_ONLY
is the only scope currently supported. When Scope
is set to
FAILED_FILES_ONLY
, the CompletionReport
only
contains information about files that the data repository task failed to
process.
Implementation
final ReportScope? scope;