SchemaGroupProperties Class

SchemaGroupProperties.

Constructor

SchemaGroupProperties(*args: Any, **kwargs: Any)

Variables

Name Description
updated_at_utc

Exact time the Schema Group was updated.

created_at_utc

Exact time the Schema Group was created.

e_tag
str

The ETag value.

group_properties

dictionary object for SchemaGroup group properties.

schema_compatibility

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

schema_type

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

Attributes

created_at_utc

Exact time the Schema Group was created.

created_at_utc: datetime | None

e_tag

The ETag value.

e_tag: str | None

group_properties

dictionary object for SchemaGroup group properties.

group_properties: dict[str, str] | None

schema_compatibility

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

schema_compatibility: str | _models.SchemaCompatibility | None

schema_type

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

schema_type: str | _models.SchemaType | None

updated_at_utc

Exact time the Schema Group was updated.

updated_at_utc: datetime | None