@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
AlterConfigOpValue
Type Alias AlterConfigOpValue
The type of operation to perform on a configuration entry.
0
(SET): Set the value of the configuration entry.
1
(DELETE): Revert the configuration entry to the default value.
2
(APPEND): Append to the value of the configuration entry (list types).
3
(SUBTRACT): Remove from the value of the configuration entry (list types).
type
AlterConfigOpValue
=
{
Append
:
2
;
Delete
:
1
;
Set
:
0
;
Subtract
:
3
;
}
Index
Properties
Append
Delete
Set
Subtract
Properties
Readonly
Append
Append
:
2
Readonly
Delete
Delete
:
1
Readonly
Set
Set
:
0
Readonly
Subtract
Subtract
:
3
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Append
Delete
Set
Subtract
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
The type of operation to perform on a configuration entry.
0(SET): Set the value of the configuration entry.1(DELETE): Revert the configuration entry to the default value.2(APPEND): Append to the value of the configuration entry (list types).3(SUBTRACT): Remove from the value of the configuration entry (list types).