Class ZeroEtlPipeline
The details of a ZeroETL pipeline.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class ZeroEtlPipeline : Pipeline
Properties
MappingRules
Declaration
[JsonProperty(PropertyName = "mappingRules")]
public List<MappingRule> MappingRules { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MappingRule> | Mapping for source/target schema/tables for the pipeline data replication. |
ProcessOptions
Declaration
[JsonProperty(PropertyName = "processOptions")]
public ProcessOptions ProcessOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| ProcessOptions |
TimeLastRecorded
Declaration
[JsonProperty(PropertyName = "timeLastRecorded")]
public DateTime? TimeLastRecorded { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by
RFC3339, such as |