Show / Hide Table of Contents

Class SourceConnectorPlugin

A connector plugin for fetching data from a source service. For configuration instructions, see Creating a Connector.

Inheritance
object
ConnectorPlugin
SourceConnectorPlugin
Inherited Members
ConnectorPlugin.Name
ConnectorPlugin.TimeCreated
ConnectorPlugin.EstimatedThroughput
ConnectorPlugin.LifecycleState
ConnectorPlugin.DisplayName
ConnectorPlugin.Schema
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class SourceConnectorPlugin : ConnectorPlugin

Properties

MaxRetention

Declaration
[JsonProperty(PropertyName = "maxRetention")]
public string MaxRetention { get; set; }
Property Value
Type Description
string

The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).

In this article
Back to top