Class ExportContent
The content to export.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ExportContent
Properties
FieldNames
Declaration
[JsonProperty(PropertyName = "fieldNames")]
public List<string> FieldNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The field names. |
ParserNames
Declaration
[JsonProperty(PropertyName = "parserNames")]
public List<string> ParserNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The parser names. |
SourceNames
Declaration
[JsonProperty(PropertyName = "sourceNames")]
public List<string> SourceNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The source names. |