public static final class ClearTableMonitorRequest.Options extends Object
KEEP_AUTOGENERATED_SINK
: If true
, the auto-generated datasink
associated with this monitor, if there is one, will be retained for
further use. If false
, then the auto-generated sink will be
dropped if there are no other monitors referencing it.
Supported values:
The default value is FALSE
.
CLEAR_ALL_REFERENCES
: If true
, all references that share the
same topicId
will be cleared.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CLEAR_ALL_REFERENCES
If
true , all references that share the same topicId
will be cleared. |
static String |
FALSE |
static String |
KEEP_AUTOGENERATED_SINK
|
public static final String KEEP_AUTOGENERATED_SINK
true
, the auto-generated datasink associated with this monitor, if there is
one, will be retained for further use. If false
, then the
auto-generated sink will be dropped if there are no other monitors
referencing it.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String CLEAR_ALL_REFERENCES
true
, all references that share the same topicId
will be cleared.
Supported values:
The default value is FALSE
.Copyright © 2024. All rights reserved.