Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static FlattenProjectionPreferences.CreateArrayIndex |
FlattenProjectionPreferences.CreateArrayIndex.create(String key) |
FlattenProjectionPreferences.CreateArrayIndex |
FlattenProjectionPreferences.getCreateArrayIndex()
Property defining whether to create array indexes in flattened result.
|
static FlattenProjectionPreferences.CreateArrayIndex |
FlattenProjectionPreferences.CreateArrayIndex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlattenProjectionPreferences.CreateArrayIndex[] |
FlattenProjectionPreferences.CreateArrayIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FlattenProjectionPreferences.Builder |
FlattenProjectionPreferences.Builder.createArrayIndex(FlattenProjectionPreferences.CreateArrayIndex createArrayIndex)
Property defining whether to create array indexes in flattened result.
|
Constructor and Description |
---|
FlattenProjectionPreferences(FlattenProjectionPreferences.CreateArrayIndex createArrayIndex,
FlattenProjectionPreferences.RetainAllAttributes retainAllAttributes,
FlattenProjectionPreferences.IgnoreNullValues ignoreNullValues,
FlattenProjectionPreferences.RetainParentNameLineage retainParentNameLineage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.