Class Configuration
Log object configuration.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class ConfigurationProperties
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