IBM COS SDK for JavaScript V2 - v1.0.0
Preparing search index...
clients/client-s3/src
SelectObjectContentEventStream
Visitor
Interface Visitor<T>
Deprecated
unused in schema-serde mode.
interface
Visitor
<
T
>
{
Records
:
(
value
:
RecordsEvent
)
=>
T
;
Stats
:
(
value
:
StatsEvent
)
=>
T
;
Progress
:
(
value
:
ProgressEvent
)
=>
T
;
Cont
:
(
value
:
ContinuationEvent
)
=>
T
;
End
:
(
value
:
EndEvent
)
=>
T
;
_
:
(
name
:
string
,
value
:
any
)
=>
T
;
}
Type Parameters
T
Index
Properties
Records
Stats
Progress
Cont
End
_
Properties
Records
Records
:
(
value
:
RecordsEvent
)
=>
T
Stats
Stats
:
(
value
:
StatsEvent
)
=>
T
Progress
Progress
:
(
value
:
ProgressEvent
)
=>
T
Cont
Cont
:
(
value
:
ContinuationEvent
)
=>
T
End
End
:
(
value
:
EndEvent
)
=>
T
_
_
:
(
name
:
string
,
value
:
any
)
=>
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Records
Stats
Progress
Cont
End
_
IBM COS SDK for JavaScript V2 - v1.0.0
Loading...
Deprecated
unused in schema-serde mode.