@sentio/sdk
Preparing search index...
.
PreprocessStreamResponse
Variable PreprocessStreamResponse
PreprocessStreamResponse
:
{
create
(
base
?:
{
dbRequest
?:
{
delete
?:
{
entity
?:
string
[]
;
id
?:
string
[]
}
;
get
?:
{
entity
?:
string
;
id
?:
string
}
;
list
?:
{
cursor
?:
string
;
entity
?:
string
;
filters
?:
{
field
?:
(...)
|
(...)
;
op
?:
(...)
|
(...)
;
value
?:
(...)
|
(...)
;
}
[]
;
pageSize
?:
number
;
}
;
opId
?:
bigint
;
update
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
(...)
|
(...)
}
[]
;
id
?:
string
[]
;
}
;
upsert
?:
{
data
?:
{
[
key
:
string
]:
any
}
[]
;
entity
?:
string
[]
;
entityData
?:
{
fields
?:
(...)
|
(...)
}
[]
;
id
?:
string
[]
;
}
;
}
;
processId
?:
number
;
}
,
)
:
PreprocessStreamResponse
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
PreprocessStreamResponse
;
encode
(
message
:
PreprocessStreamResponse
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
PreprocessStreamResponse
;
fromPartial
(
object
:
{
dbRequest
?:
{
delete
?:
{
entity
?:
string
[]
;
id
?:
string
[]
}
;
get
?:
{
entity
?:
string
;
id
?:
string
}
;
list
?:
{
cursor
?:
string
;
entity
?:
string
;
filters
?:
{
field
?:
string
;
op
?:
DBRequest_DBOperator
;
value
?:
{
values
?:
...
}
;
}
[]
;
pageSize
?:
number
;
}
;
opId
?:
bigint
;
update
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
...
]:
...
}
}
[]
;
id
?:
string
[]
;
}
;
upsert
?:
{
data
?:
{
[
key
:
string
]:
any
}
[]
;
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
...
]:
...
}
}
[]
;
id
?:
string
[]
;
}
;
}
;
processId
?:
number
;
}
,
)
:
PreprocessStreamResponse
;
toJSON
(
message
:
PreprocessStreamResponse
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
dbRequest
?:
{
delete
?:
{
entity
?:
string
[]
;
id
?:
string
[]
}
;
get
?:
{
entity
?:
string
;
id
?:
string
}
;
list
?:
{
cursor
?:
string
;
entity
?:
string
;
filters
?:
{
field
?:
(...)
|
(...)
;
op
?:
(...)
|
(...)
;
value
?:
(...)
|
(...)
;
}
[]
;
pageSize
?:
number
;
}
;
opId
?:
bigint
;
update
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
(...)
|
(...)
}
[]
;
id
?:
string
[]
;
}
;
upsert
?:
{
data
?:
{
[
key
:
string
]:
any
}
[]
;
entity
?:
string
[]
;
entityData
?:
{
fields
?:
(...)
|
(...)
}
[]
;
id
?:
string
[]
;
}
;
}
;
processId
?:
number
;
}
,
)
:
PreprocessStreamResponse
Parameters
Optional
base
:
{
dbRequest
?:
{
delete
?:
{
entity
?:
string
[]
;
id
?:
string
[]
}
;
get
?:
{
entity
?:
string
;
id
?:
string
}
;
list
?:
{
cursor
?:
string
;
entity
?:
string
;
filters
?:
{
field
?:
(...)
|
(...)
;
op
?:
(...)
|
(...)
;
value
?:
(...)
|
(...)
;
}
[]
;
pageSize
?:
number
;
}
;
opId
?:
bigint
;
update
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
(...)
|
(...)
}
[]
;
id
?:
string
[]
;
}
;
upsert
?:
{
data
?:
{
[
key
:
string
]:
any
}
[]
;
entity
?:
string
[]
;
entityData
?:
{
fields
?:
(...)
|
(...)
}
[]
;
id
?:
string
[]
;
}
;
}
;
processId
?:
number
;
}
Returns
PreprocessStreamResponse
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
PreprocessStreamResponse
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
PreprocessStreamResponse
encode
:
function
encode
(
message
:
PreprocessStreamResponse
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
PreprocessStreamResponse
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
PreprocessStreamResponse
Parameters
object
:
any
Returns
PreprocessStreamResponse
fromPartial
:
function
fromPartial
(
object
:
{
dbRequest
?:
{
delete
?:
{
entity
?:
string
[]
;
id
?:
string
[]
}
;
get
?:
{
entity
?:
string
;
id
?:
string
}
;
list
?:
{
cursor
?:
string
;
entity
?:
string
;
filters
?:
{
field
?:
string
;
op
?:
DBRequest_DBOperator
;
value
?:
{
values
?:
...
}
;
}
[]
;
pageSize
?:
number
;
}
;
opId
?:
bigint
;
update
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
...
]:
...
}
}
[]
;
id
?:
string
[]
;
}
;
upsert
?:
{
data
?:
{
[
key
:
string
]:
any
}
[]
;
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
...
]:
...
}
}
[]
;
id
?:
string
[]
;
}
;
}
;
processId
?:
number
;
}
,
)
:
PreprocessStreamResponse
Parameters
object
:
{
dbRequest
?:
{
delete
?:
{
entity
?:
string
[]
;
id
?:
string
[]
}
;
get
?:
{
entity
?:
string
;
id
?:
string
}
;
list
?:
{
cursor
?:
string
;
entity
?:
string
;
filters
?:
{
field
?:
string
;
op
?:
DBRequest_DBOperator
;
value
?:
{
values
?:
...
}
;
}
[]
;
pageSize
?:
number
;
}
;
opId
?:
bigint
;
update
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
...
]:
...
}
}
[]
;
id
?:
string
[]
;
}
;
upsert
?:
{
data
?:
{
[
key
:
string
]:
any
}
[]
;
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
...
]:
...
}
}
[]
;
id
?:
string
[]
;
}
;
}
;
processId
?:
number
;
}
Returns
PreprocessStreamResponse
toJSON
:
function
toJSON
(
message
:
PreprocessStreamResponse
)
:
unknown
Parameters
message
:
PreprocessStreamResponse
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...