Class ZeroEtlPipelineSummary
Summary of the ZeroETL pipeline.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class ZeroEtlPipelineSummary : PipelineSummary
Properties
ProcessOptions
Declaration
[Required(ErrorMessage = "ProcessOptions is required.")]
[JsonProperty(PropertyName = "processOptions")]
public ProcessOptions ProcessOptions { get; set; }
Property Value
Type | Description |
---|---|
ProcessOptions |
Remarks
Required
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 |