CreateSchemaResponse class

Constructors

CreateSchemaResponse({Compatibility? compatibility, DataFormat? dataFormat, String? description, int? latestSchemaVersion, int? nextSchemaVersion, String? registryArn, String? registryName, String? schemaArn, int? schemaCheckpoint, String? schemaName, SchemaStatus? schemaStatus, String? schemaVersionId, SchemaVersionStatus? schemaVersionStatus, Map<String, String>? tags})
CreateSchemaResponse.fromJson(Map<String, dynamic> json)
factory

Properties

compatibility Compatibility?
The schema compatibility mode.
final
dataFormat DataFormat?
The data format of the schema definition. Currently only AVRO is supported.
final
description String?
A description of the schema if specified when created.
final
hashCode int
The hash code for this object.
no setterinherited
latestSchemaVersion int?
The latest version of the schema associated with the returned schema definition.
final
nextSchemaVersion int?
The next version of the schema associated with the returned schema definition.
final
registryArn String?
The Amazon Resource Name (ARN) of the registry.
final
registryName String?
The name of the registry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String?
The Amazon Resource Name (ARN) of the schema.
final
schemaCheckpoint int?
The version number of the checkpoint (the last time the compatibility mode was changed).
final
schemaName String?
The name of the schema.
final
schemaStatus SchemaStatus?
The status of the schema.
final
schemaVersionId String?
The unique identifier of the first schema version.
final
schemaVersionStatus SchemaVersionStatus?
The status of the first schema version created.
final
tags Map<String, String>?
The tags for the schema.
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