Show / Hide Table of Contents

Class TelemetryConfigurationDetails

Telemetry configuration details of a DB System or a read replica.

Inheritance
object
TelemetryConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class TelemetryConfigurationDetails

Properties

Logs

Declaration
[JsonProperty(PropertyName = "logs")]
public List<LoggingDestinationConfiguration> Logs { get; set; }
Property Value
Type Description
List<LoggingDestinationConfiguration>

Telemetry configuration details for logging.

In this article
Back to top