@sentio/sdk
Preparing search index...
.
ProcessStreamResponse_Partitions_PartitionsEntry
Variable ProcessStreamResponse_Partitions_PartitionsEntry
ProcessStreamResponse_Partitions_PartitionsEntry
:
{
create
(
base
?:
{
key
?:
number
;
value
?:
{
sysValue
?:
ProcessStreamResponse_Partitions_Partition_SysValue
;
userValue
?:
string
;
}
;
}
,
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
;
encode
(
message
:
ProcessStreamResponse_Partitions_PartitionsEntry
,
writer
?:
Writer
,
)
:
Writer
;
fromJSON
(
object
:
any
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
;
fromPartial
(
object
:
{
key
?:
number
;
value
?:
{
sysValue
?:
ProcessStreamResponse_Partitions_Partition_SysValue
;
userValue
?:
string
;
}
;
}
,
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
;
toJSON
(
message
:
ProcessStreamResponse_Partitions_PartitionsEntry
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
key
?:
number
;
value
?:
{
sysValue
?:
ProcessStreamResponse_Partitions_Partition_SysValue
;
userValue
?:
string
;
}
;
}
,
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
Parameters
Optional
base
:
{
key
?:
number
;
value
?:
{
sysValue
?:
ProcessStreamResponse_Partitions_Partition_SysValue
;
userValue
?:
string
;
}
;
}
Returns
ProcessStreamResponse_Partitions_PartitionsEntry
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
ProcessStreamResponse_Partitions_PartitionsEntry
encode
:
function
encode
(
message
:
ProcessStreamResponse_Partitions_PartitionsEntry
,
writer
?:
Writer
,
)
:
Writer
Parameters
message
:
ProcessStreamResponse_Partitions_PartitionsEntry
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
Parameters
object
:
any
Returns
ProcessStreamResponse_Partitions_PartitionsEntry
fromPartial
:
function
fromPartial
(
object
:
{
key
?:
number
;
value
?:
{
sysValue
?:
ProcessStreamResponse_Partitions_Partition_SysValue
;
userValue
?:
string
;
}
;
}
,
)
:
ProcessStreamResponse_Partitions_PartitionsEntry
Parameters
object
:
{
key
?:
number
;
value
?:
{
sysValue
?:
ProcessStreamResponse_Partitions_Partition_SysValue
;
userValue
?:
string
;
}
;
}
Returns
ProcessStreamResponse_Partitions_PartitionsEntry
toJSON
:
function
toJSON
(
message
:
ProcessStreamResponse_Partitions_PartitionsEntry
)
:
unknown
Parameters
message
:
ProcessStreamResponse_Partitions_PartitionsEntry
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...