Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static InitialDataLoad.IsInitialLoad |
InitialDataLoad.IsInitialLoad.create(String key) |
InitialDataLoad.IsInitialLoad |
InitialDataLoad.getIsInitialLoad()
If ENABLED, then existing source data is also synchronized to the target when creating or
updating the pipeline.
|
static InitialDataLoad.IsInitialLoad |
InitialDataLoad.IsInitialLoad.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitialDataLoad.IsInitialLoad[] |
InitialDataLoad.IsInitialLoad.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InitialDataLoad.Builder |
InitialDataLoad.Builder.isInitialLoad(InitialDataLoad.IsInitialLoad isInitialLoad)
If ENABLED, then existing source data is also synchronized to the target when creating or
updating the pipeline.
|
Constructor and Description |
---|
InitialDataLoad(InitialDataLoad.IsInitialLoad isInitialLoad,
InitialLoadAction actionOnExistingTable)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.