Show / Hide Table of Contents

Class UnifiedAgentCsvParser

CSV Parser.

Inheritance
object
UnifiedAgentParser
UnifiedAgentCsvParser
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 UnifiedAgentCsvParser : UnifiedAgentParser

Properties

Delimiter

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

CSV delimiter.

Keys

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

CSV keys.

Remarks

Required

In this article
Back to top