@s2-dev/streamstore - v0.22.0
Preparing search index...
AppendAck
Interface AppendAck
Success response to an append request.
interface
AppendAck
{
end
:
StreamPosition
;
start
:
StreamPosition
;
tail
:
StreamPosition
;
}
Index
Properties
end
start
tail
Properties
Readonly
end
end
:
StreamPosition
Readonly
start
start
:
StreamPosition
Readonly
tail
tail
:
StreamPosition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
start
tail
@s2-dev/streamstore - v0.22.0
Loading...
Success response to an append request.