public static final class CreateTableMonitorRequest.Options extends Object
EVENT
: Type
of modification event on the target table to be monitored by this table
monitor.
Supported values:
INSERT
: Get
notifications of new record insertions. The new row images are forwarded
to the subscribers.
UPDATE
: Get
notifications of update operations. The modified row count information
is forwarded to the subscribers.
DELETE
: Get
notifications of delete operations. The deleted row count information is
forwarded to the subscribers.
INSERT
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
DELETE
Get notifications of delete operations.
|
static String |
EVENT
Type of modification event on the target table to be monitored by
this table monitor.
|
static String |
INSERT
Get notifications of new record insertions.
|
static String |
UPDATE
Get notifications of update operations.
|
public static final String EVENT
INSERT
:
Get notifications of new record insertions. The new row images are
forwarded to the subscribers.
UPDATE
:
Get notifications of update operations. The modified row count
information is forwarded to the subscribers.
DELETE
:
Get notifications of delete operations. The deleted row count
information is forwarded to the subscribers.
INSERT
.public static final String INSERT
public static final String UPDATE
public static final String DELETE
Copyright © 2020. All rights reserved.