Class LogAnalyticsImportCustomChangeList
LogAnalyticsImportCustomChangeList
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsImportCustomChangeList
Properties
ConflictFieldDisplayNames
Declaration
[JsonProperty(PropertyName = "conflictFieldDisplayNames")]
public List<string> ConflictFieldDisplayNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | A list of field display names with conflicts. |
ConflictParserNames
Declaration
[JsonProperty(PropertyName = "conflictParserNames")]
public List<string> ConflictParserNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | A list of parser names with conflicts. |
ConflictSourceNames
Declaration
[JsonProperty(PropertyName = "conflictSourceNames")]
public List<string> ConflictSourceNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | A list of source names with conflicts. |
CreatedFieldDisplayNames
Declaration
[JsonProperty(PropertyName = "createdFieldDisplayNames")]
public List<string> CreatedFieldDisplayNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of created field display names. |
CreatedParserNames
Declaration
[JsonProperty(PropertyName = "createdParserNames")]
public List<string> CreatedParserNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of created parser names. |
CreatedSourceNames
Declaration
[JsonProperty(PropertyName = "createdSourceNames")]
public List<string> CreatedSourceNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of created source names. |
UpdatedFieldDisplayNames
Declaration
[JsonProperty(PropertyName = "updatedFieldDisplayNames")]
public List<string> UpdatedFieldDisplayNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of updated field display names. |
UpdatedParserNames
Declaration
[JsonProperty(PropertyName = "updatedParserNames")]
public List<string> UpdatedParserNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of updated parser names. |
UpdatedSourceNames
Declaration
[JsonProperty(PropertyName = "updatedSourceNames")]
public List<string> UpdatedSourceNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of updated source names. |