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