public sealed class Trigger.Types.OneTime : IMessage<Trigger.Types.OneTime>, IEquatable<Trigger.Types.OneTime>, IDeepCloneable<Trigger.Types.OneTime>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Trigger.Types.OneTime.
The scan runs once using create API.
Implements
IMessageTriggerTypesOneTime, IEquatableTriggerTypesOneTime, IDeepCloneableTriggerTypesOneTime, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
OneTime()
public OneTime()OneTime(OneTime)
public OneTime(Trigger.Types.OneTime other)| Parameter | |
|---|---|
| Name | Description |
other |
TriggerTypesOneTime |
Properties
TtlAfterScanCompletion
public Duration TtlAfterScanCompletion { get; set; }Optional. Time to live for OneTime scans. default value is 24 hours, minimum value is 0 seconds, and maximum value is 365 days. The time is calculated from the data scan job completion time. If value is set as 0 seconds, the scan will be immediately deleted upon job completion, regardless of whether the job succeeded or failed.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|