@s2-dev/streamstore - v0.23.0
Preparing search index...
API
BasinReconfiguration
Type Alias BasinReconfiguration
type
BasinReconfiguration
=
{
create_stream_on_append
?:
boolean
|
null
;
create_stream_on_read
?:
boolean
|
null
;
default_stream_config
?:
null
|
StreamReconfiguration
;
stream_cipher
?:
null
|
API
.
EncryptionAlgorithm
;
}
Index
Properties
create_
stream_
on_
append?
create_
stream_
on_
read?
default_
stream_
config?
stream_
cipher?
Properties
Optional
create_
stream_
on_
append
create_stream_on_append
?:
boolean
|
null
Create a stream on append.
Optional
create_
stream_
on_
read
create_stream_on_read
?:
boolean
|
null
Create a stream on read.
Optional
default_
stream_
config
default_stream_config
?:
null
|
StreamReconfiguration
Optional
stream_
cipher
stream_cipher
?:
null
|
API
.
EncryptionAlgorithm
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create_
stream_
on_
append
create_
stream_
on_
read
default_
stream_
config
stream_
cipher
@s2-dev/streamstore - v0.23.0
Loading...
Create a stream on append.