Show / Hide Table of Contents

Class Configuration

Log object configuration.

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

Properties

Archiving

Declaration
[JsonProperty(PropertyName = "archiving")]
public Archiving Archiving { get; set; }
Property Value
Type Description
Archiving

CompartmentId

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

The OCID of the compartment that the resource belongs to.

Source

Declaration
[Required(ErrorMessage = "Source is required.")]
[JsonProperty(PropertyName = "source")]
public Source Source { get; set; }
Property Value
Type Description
Source
Remarks

Required

In this article
Back to top