Libertas OS API Documentation
Preparing search index...
libertas
LibertasAvroSchemaRecord
Interface LibertasAvroSchemaRecord
Represents a record type.
Remarks
The name field is mandatory for top level types.
interface
LibertasAvroSchemaRecord
{
fields
:
LibertasAvroSchemaField
[]
;
type
:
"record"
;
name
?:
string
;
}
Hierarchy (
View Summary
)
LibertasAvroSchema
LibertasAvroSchemaRecord
Index
Properties
fields
type
name?
Properties
fields
fields
:
LibertasAvroSchemaField
[]
type
type
:
"record"
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fields
type
name
Libertas OS API Documentation
Loading...
Represents a record type.
Remarks
The name field is mandatory for top level types.