schemaVersion property

String? schemaVersion
getter/setter pair

The version of the schema in schema_title to use.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Implementation

core.String? schemaVersion;