Class LogAnalyticsImportCustomContent
LogAnalyticsImportCustomContent
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsImportCustomContent
Properties
ChangeList
Declaration
[JsonProperty(PropertyName = "changeList")]
public LogAnalyticsImportCustomChangeList ChangeList { get; set; }
Property Value
Type | Description |
---|---|
LogAnalyticsImportCustomChangeList |
ContentName
Declaration
[JsonProperty(PropertyName = "contentName")]
public string ContentName { get; set; }
Property Value
Type | Description |
---|---|
string | The content name. |
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. |