Show / Hide Table of Contents

Class Archiving

Log archiving configuration.

Inheritance
object
Archiving
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 Archiving

Properties

IsEnabled

Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

True if archiving enabled. This field is now deprecated, you should use Service Connector Hub to enable archiving.

In this article
Back to top