Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/storage-blob
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
AvroEnumType
Class AvroEnumType
Package version
Hierarchy
AvroType
AvroEnumType
Index
Constructors
constructor
Methods
read
from
Schema
Constructors
constructor
new
Avro
Enum
Type
(
symbols
:
string
[]
)
:
AvroEnumType
Parameters
symbols:
string
[]
Returns
AvroEnumType
Methods
read
read
(
stream
:
AvroReadable
, options
?:
AvroParserReadOptions
)
:
Promise
<
Object
>
Parameters
stream:
AvroReadable
Default value
options:
AvroParserReadOptions
= {}
Returns
Promise
<
Object
>
Static
from
Schema
from
Schema
(
schema
:
string
|
Object
)
:
AvroType
Determines the AvroType from the Avro Schema.
Parameters
schema:
string
|
Object
Returns
AvroType
Globals
Avro
Enum
Type
constructor
read
from
Schema
Generated using
TypeDoc
Determines the AvroType from the Avro Schema.