SchemaGroupProperties Class

SchemaGroupProperties.

Constructor

SchemaGroupProperties()

Variables

Name Description
updated_at_utc
str

Exact time the Schema Group was updated.

created_at_utc
str

Exact time the Schema Group was created.

e_tag
str

The ETag value.

group_properties

dictionary object for SchemaGroup group properties.

schema_compatibility
Union[str, <xref:"SchemaCompatibility">]

Known values are: "None", "Backward", and "Forward".

schema_type
Union[str, <xref:"SchemaType">]

Known values are: "Unknown", "Avro", "ProtoBuf", and "Json".

Attributes

createdAtUtc

Exact time the Schema Group was created.

createdAtUtc: str

eTag

The ETag value.

eTag: str

groupProperties

dictionary object for SchemaGroup group properties.

groupProperties: dict[str, str]

schemaCompatibility

"None", "Backward", and "Forward".

schemaCompatibility: str | SchemaCompatibility

schemaType

"Unknown", "Avro", "ProtoBuf", and "Json".

schemaType: str | SchemaType

updatedAtUtc

Exact time the Schema Group was updated.

updatedAtUtc: str