SchemaGroupProperties Class
SchemaGroupProperties.
Constructor
SchemaGroupProperties()
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
|
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
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