@nextcloud/files
Preparing search index...
dav
<internal>
Stream
WritableOptions
Interface WritableOptions<T>
interface
WritableOptions
<
T
extends
Writable
=
Writable
>
{
autoDestroy
?:
boolean
;
construct
?:
(
this
:
T
,
callback
:
(
error
?:
Error
|
null
)
=>
void
)
=>
void
;
decodeStrings
?:
boolean
;
defaultEncoding
?:
BufferEncoding
;
destroy
?:
(
this
:
T
,
error
:
Error
|
null
,
callback
:
(
error
?:
Error
|
null
)
=>
void
,
)
=>
void
;
emitClose
?:
boolean
;
final
?:
(
this
:
T
,
callback
:
(
error
?:
Error
|
null
)
=>
void
)
=>
void
;
highWaterMark
?:
number
;
objectMode
?:
boolean
;
signal
?:
AbortSignal
;
write
?:
(
this
:
T
,
chunk
:
any
,
encoding
:
BufferEncoding
,
callback
:
(
error
?:
Error
|
null
)
=>
void
,
)
=>
void
;
writev
?:
(
this
:
T
,
chunks
:
{
chunk
:
any
;
encoding
:
BufferEncoding
}
[]
,
callback
:
(
error
?:
Error
|
null
)
=>
void
,
)
=>
void
;
}
Type Parameters
T
extends
Writable
=
Writable
Hierarchy (
View Summary
)
StreamOptions
<
T
>
WritableOptions
DuplexOptions
Index
Properties
auto
Destroy?
construct?
decode
Strings?
default
Encoding?
destroy?
emit
Close?
final?
high
Water
Mark?
object
Mode?
signal?
write?
writev?
Properties
Optional
auto
Destroy
autoDestroy
?:
boolean
Optional
construct
construct
?:
(
this
:
T
,
callback
:
(
error
?:
Error
|
null
)
=>
void
)
=>
void
Optional
decode
Strings
decodeStrings
?:
boolean
Optional
default
Encoding
defaultEncoding
?:
BufferEncoding
Optional
destroy
destroy
?:
(
this
:
T
,
error
:
Error
|
null
,
callback
:
(
error
?:
Error
|
null
)
=>
void
,
)
=>
void
Optional
emit
Close
emitClose
?:
boolean
Optional
final
final
?:
(
this
:
T
,
callback
:
(
error
?:
Error
|
null
)
=>
void
)
=>
void
Optional
high
Water
Mark
highWaterMark
?:
number
Optional
object
Mode
objectMode
?:
boolean
Optional
signal
signal
?:
AbortSignal
Optional
write
write
?:
(
this
:
T
,
chunk
:
any
,
encoding
:
BufferEncoding
,
callback
:
(
error
?:
Error
|
null
)
=>
void
,
)
=>
void
Optional
writev
writev
?:
(
this
:
T
,
chunks
:
{
chunk
:
any
;
encoding
:
BufferEncoding
}
[]
,
callback
:
(
error
?:
Error
|
null
)
=>
void
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Destroy
construct
decode
Strings
default
Encoding
destroy
emit
Close
final
high
Water
Mark
object
Mode
signal
write
writev
@nextcloud/files
Loading...