Record
topic-metadata
No description available.
record topic-metadata {
name: string,
topic-id: option<uuid>,
is-internal: bool,
partitions: list<partition-metadata>,
error: option<error>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | |
| topic-id | option<uuid> | |
| is-internal | bool | |
| partitions | list<partition-metadata> | |
| error | option<error> |