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