JsonClassifier class
A classifier for JSON
content.
Constructors
- JsonClassifier({required String jsonPath, required String name, DateTime? creationTime, DateTime? lastUpdated, int? version})
-
JsonClassifier.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The time that this classifier was registered.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonPath → String
-
A
JsonPath
string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.final - lastUpdated → DateTime?
-
The time that this classifier was last updated.
final
- name → String
-
The name of the classifier.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → int?
-
The version of this classifier.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited