Show / Hide Table of Contents

Class LogAnalyticsImportCustomContent

LogAnalyticsImportCustomContent

Inheritance
object
LogAnalyticsImportCustomContent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top