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
AvroPrimitiveType
Class AvroPrimitiveType
Package version
Hierarchy
AvroType
AvroPrimitiveType
Index
Constructors
constructor
Methods
read
from
Schema
Constructors
constructor
new
Avro
Primitive
Type
(
primitive
:
AvroPrimitive
)
:
AvroPrimitiveType
Parameters
primitive:
AvroPrimitive
Returns
AvroPrimitiveType
Methods
read
read
(
stream
:
AvroReadable
, options
?:
AvroParserReadOptions
)
:
Promise
<
Object
|
null
>
Parameters
stream:
AvroReadable
Default value
options:
AvroParserReadOptions
= {}
Returns
Promise
<
Object
|
null
>
Static
from
Schema
from
Schema
(
schema
:
string
|
Object
)
:
AvroType
Determines the AvroType from the Avro Schema.
Parameters
schema:
string
|
Object
Returns
AvroType
Globals
Avro
Primitive
Type
constructor
read
from
Schema
Generated using
TypeDoc
Determines the AvroType from the Avro Schema.