Show / Hide Table of Contents

Class UnifiedAgentTsvParser

TSV Parser.

Inheritance
object
UnifiedAgentParser
UnifiedAgentTsvParser
Inherited Members
UnifiedAgentParser.FieldTimeKey
UnifiedAgentParser.Types
UnifiedAgentParser.NullValuePattern
UnifiedAgentParser.IsNullEmptyString
UnifiedAgentParser.IsEstimateCurrentEvent
UnifiedAgentParser.IsKeepTimeKey
UnifiedAgentParser.TimeoutInMilliseconds
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 UnifiedAgentTsvParser : UnifiedAgentParser

Properties

Delimiter

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

TSV delimiter.

Keys

Declaration
[Required(ErrorMessage = "Keys is required.")]
[JsonProperty(PropertyName = "keys")]
public List<string> Keys { get; set; }
Property Value
Type Description
List<string>

TSV keys.

Remarks

Required

In this article
Back to top