Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
FileReadOptions
Interface FileReadOptions<T>
interface
FileReadOptions
<
T
>
{
buffer
?:
T
;
length
?:
null
|
number
;
offset
?:
null
|
number
;
position
?:
null
|
number
;
}
Type Parameters
T
extends
ArrayBufferView
=
Buffer
Index
Properties
buffer?
length?
offset?
position?
Properties
Optional
buffer
buffer
?:
T
Default
Buffer.alloc(0xffff)
Optional
length
length
?:
null
|
number
Default
buffer.byteLength
Optional
offset
offset
?:
null
|
number
Default
0
Copy
Optional
position
position
?:
null
|
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
buffer
length
offset
position
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter
Default
Buffer.alloc(0xffff)