SchemaReference class

An object that references a schema stored in the AWS Glue Schema Registry.

Constructors

SchemaReference({SchemaId? schemaId, String? schemaVersionId, int? schemaVersionNumber})
SchemaReference.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaId SchemaId?
A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.
final
schemaVersionId String?
The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.
final
schemaVersionNumber int?
The version number of the schema.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited