Cloud Dataplex v1 API - Class Trigger.Types.Schedule (2.3.0)

public sealed class Trigger.Types.Schedule : IMessage<Trigger.Types.Schedule>, IEquatable<Trigger.Types.Schedule>, IDeepCloneable<Trigger.Types.Schedule>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Trigger.Types.Schedule.

The scan is scheduled to run periodically.

Inheritance

object > Trigger.Types.Schedule

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Schedule()

public Schedule()

Schedule(Schedule)

public Schedule(Trigger.Types.Schedule other)
Parameter
NameDescription
otherTriggerTypesSchedule

Properties

Cron

public string Cron { get; set; }

Required. Cron schedule (https://en.wikipedia.org/wiki/Cron) for running scans periodically. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *". This field is required for Schedule scans.

Property Value
TypeDescription
string