Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static BiccReadAttributes.ExtractStrategy |
BiccReadAttributes.ExtractStrategy.create(String key) |
BiccReadAttributes.ExtractStrategy |
BiccReadAttributes.getExtractStrategy()
Extraction Strategy - FULL|INCREMENTAL
|
static BiccReadAttributes.ExtractStrategy |
BiccReadAttributes.ExtractStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiccReadAttributes.ExtractStrategy[] |
BiccReadAttributes.ExtractStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BiccReadAttributes.Builder |
BiccReadAttributes.Builder.extractStrategy(BiccReadAttributes.ExtractStrategy extractStrategy)
Extraction Strategy - FULL|INCREMENTAL
|
Constructor and Description |
---|
BiccReadAttributes(Integer fetchSize,
BiccReadAttributes.ExtractStrategy extractStrategy,
ExternalStorage externalStorage,
Date initialExtractDate,
Date lastExtractDate)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.