Show / Hide Table of Contents

Class UnifiedAgentTailSourceAdvancedOptions

Advanced options for logging configuration

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

Properties

IsReadFromHead

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

Starts to read the logs from the head of the file or the last read position recorded in pos_file, not tail.

In this article
Back to top