Show / Hide Table of Contents

Class UpdateZeroEtlPipelineDetails

Information to update for an existing ZeroETL pipeline.

Inheritance
object
UpdatePipelineDetails
UpdateZeroEtlPipelineDetails
Inherited Members
UpdatePipelineDetails.DisplayName
UpdatePipelineDetails.Description
UpdatePipelineDetails.LicenseModel
UpdatePipelineDetails.FreeformTags
UpdatePipelineDetails.DefinedTags
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 UpdateZeroEtlPipelineDetails : UpdatePipelineDetails

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
In this article
Back to top