Class GoogleCloudDataplexV1TriggerOneTime
The scan runs once using create API.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1TriggerOneTime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TtlAfterScanCompletion
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.
Declaration
[JsonProperty("ttlAfterScanCompletion")]
public virtual object TtlAfterScanCompletion { get; set; }
Property Value
| Type | Description |
|---|---|
| object |