Module: Google::Cloud::Dataplex::V1::DataScanEvent::Scope

Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

The scope of job for the data scan.

Constant Summary collapse

SCOPE_UNSPECIFIED =

An unspecified scope type.

0
FULL =

Data scan runs on all of the data.

1
INCREMENTAL =

Data scan runs on incremental data.

2