Class UnifiedAgentTsvParser
TSV Parser.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentTsvParser : UnifiedAgentParserProperties
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