Show / Hide Table of Contents

Class LoggingSourceDetails

The Logging source. For configuration instructions, see Creating a Connector with a Logging Source.

Inheritance
object
SourceDetails
LoggingSourceDetails
Inherited Members
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 LoggingSourceDetails : SourceDetails

Properties

LogSources

Declaration
[Required(ErrorMessage = "LogSources is required.")]
[JsonProperty(PropertyName = "logSources")]
public List<LogSource> LogSources { get; set; }
Property Value
Type Description
List<LogSource>

The logs for this Logging source.

Remarks

Required

In this article
Back to top