Class ClassifierXmlClassifier
Inheritance
System.Object
ClassifierXmlClassifier
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClassifierXmlClassifier
Fields
View SourceClassification
An identifier of the data format that the classifier matches.
Declaration
public readonly string Classification
Field Value
| Type | Description |
|---|---|
| System.String |
RowTag
The XML tag designating the element that contains each record in an XML document being parsed. Note that this cannot identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).
Declaration
public readonly string RowTag
Field Value
| Type | Description |
|---|---|
| System.String |