Show / Hide Table of Contents

Class SourceConnectorPluginSummary

Summary information for a connector plugin that fetches data from a source service. For configuration instructions, see Creating a Connector.

Inheritance
object
ConnectorPluginSummary
SourceConnectorPluginSummary
Inherited Members
ConnectorPluginSummary.Name
ConnectorPluginSummary.TimeCreated
ConnectorPluginSummary.EstimatedThroughput
ConnectorPluginSummary.LifecycleState
ConnectorPluginSummary.DisplayName
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 SourceConnectorPluginSummary : ConnectorPluginSummary

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. description: |

In this article
Back to top