public enum MetadataJob.Types.ImportJobSpec.Types.SyncMode
Reference documentation and code samples for the Cloud Dataplex v1 API enum MetadataJob.Types.ImportJobSpec.Types.SyncMode.
Specifies how the entries and aspects in a metadata import job are updated. For more information, see Sync mode.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Fields |
|
---|---|
Name | Description |
Full |
All resources in the job's scope are modified. If a resource exists in Dataplex Universal Catalog but isn't included in the metadata import file, the resource is deleted when you run the metadata job. Use this mode to perform a full sync of the set of entries in the job scope. This sync mode is supported for entries. |
Incremental |
Only the resources that are explicitly included in the metadata import file are modified. Use this mode to modify a subset of resources while leaving unreferenced resources unchanged. This sync mode is supported for aspects. |
None |
If entry sync mode is This sync mode is supported for entries. |
Unspecified |
Sync mode unspecified. |