Enum Task.Types.TriggerSpec.Types.Type (2.1.0)

public enum Type

Determines how often and when the job will run.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
OnDemand

The task runs one-time shortly after Task Creation.

Recurring

The task is scheduled to run periodically.

Unspecified

Unspecified trigger type.