Show / Hide Table of Contents

Class ZeroEtlPipeline

The details of a ZeroETL pipeline.

Inheritance
object
Pipeline
ZeroEtlPipeline
Inherited Members
Pipeline.Id
Pipeline.DisplayName
Pipeline.Description
Pipeline.CompartmentId
Pipeline.LicenseModel
Pipeline.CpuCoreCount
Pipeline.IsAutoScalingEnabled
Pipeline.SourceConnectionDetails
Pipeline.TargetConnectionDetails
Pipeline.PipelineDiagnosticData
Pipeline.FreeformTags
Pipeline.DefinedTags
Pipeline.SystemTags
Pipeline.Locks
Pipeline.LifecycleState
Pipeline.LifecycleSubState
Pipeline.LifecycleDetails
Pipeline.TimeCreated
Pipeline.TimeUpdated
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 2024-07-25T21:10:29.600Z.

In this article
Back to top