Class SourceConnectorPlugin
A connector plugin for fetching data from a source service. For configuration instructions, see Creating a Connector.
Inherited Members
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). |