Cloud Dataplex v1 API - Enum MetadataJob.Types.ImportJobSpec.Types.SyncMode (3.4.0)

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 job are updated.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

Name Description
Full

All resources in the job's scope are modified. If a resource exists in Dataplex 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.

Incremental

Only the entries and aspects 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.

Unspecified

Sync mode unspecified.