Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
ConnectionSummaryFromObjectStorage |
ConnectionSummaryFromObjectStorage.Builder.build() |
ConnectionSummaryFromObjectStorage |
DataAssetSummaryFromObjectStorage.getDefaultConnection() |
ConnectionSummaryFromObjectStorage |
BipCallAttribute.getStagingConnection() |
ConnectionSummaryFromObjectStorage |
BipReadAttributes.getStagingConnection() |
ConnectionSummaryFromObjectStorage |
DataAssetSummaryFromFusionApp.getStagingConnection() |
ConnectionSummaryFromObjectStorage |
CreateDataAssetFromFusionApp.getStagingConnection() |
Modifier and Type | Method and Description |
---|---|
ConnectionSummaryFromObjectStorage.Builder |
ConnectionSummaryFromObjectStorage.Builder.copy(ConnectionSummaryFromObjectStorage model) |
DataAssetSummaryFromObjectStorage.Builder |
DataAssetSummaryFromObjectStorage.Builder.defaultConnection(ConnectionSummaryFromObjectStorage defaultConnection) |
BipCallAttribute.Builder |
BipCallAttribute.Builder.stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) |
BipReadAttributes.Builder |
BipReadAttributes.Builder.stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) |
DataAssetSummaryFromFusionApp.Builder |
DataAssetSummaryFromFusionApp.Builder.stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) |
CreateDataAssetFromFusionApp.Builder |
CreateDataAssetFromFusionApp.Builder.stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) |
Constructor and Description |
---|
BipCallAttribute(Integer fetchSize,
String offsetParameter,
String fetchNextRowsParameter,
DataAssetSummaryFromObjectStorage stagingDataAsset,
ConnectionSummaryFromObjectStorage stagingConnection,
Schema bucketSchema)
Deprecated.
|
BipReadAttributes(Integer fetchSize,
Integer rowLimit,
String offsetParameter,
String fetchNextRowsParameter,
List<BipReportParameterValue> customParameters,
DataAssetSummaryFromObjectStorage stagingDataAsset,
ConnectionSummaryFromObjectStorage stagingConnection,
Schema bucketSchema)
Deprecated.
|
CreateDataAssetFromFusionApp(String key,
String modelVersion,
String name,
String description,
Integer objectStatus,
String identifier,
String externalKey,
Map<String,String> assetProperties,
RegistryMetadata registryMetadata,
String serviceUrl,
CreateConnectionDetails defaultConnection,
DataAssetSummaryFromObjectStorage stagingDataAsset,
ConnectionSummaryFromObjectStorage stagingConnection,
Schema bucketSchema)
Deprecated.
|
DataAssetSummaryFromFusionApp(String key,
String modelVersion,
String name,
String description,
Integer objectStatus,
String identifier,
String externalKey,
Map<String,String> assetProperties,
TypeSystem nativeTypeSystem,
Integer objectVersion,
ParentReference parentRef,
ObjectMetadata metadata,
String serviceUrl,
ConnectionSummary defaultConnection,
DataAssetSummaryFromObjectStorage stagingDataAsset,
ConnectionSummaryFromObjectStorage stagingConnection,
Schema bucketSchema)
Deprecated.
|
DataAssetSummaryFromObjectStorage(String key,
String modelVersion,
String name,
String description,
Integer objectStatus,
String identifier,
String externalKey,
Map<String,String> assetProperties,
TypeSystem nativeTypeSystem,
Integer objectVersion,
ParentReference parentRef,
ObjectMetadata metadata,
String ociRegion,
String url,
String tenancyId,
String namespace,
ConnectionSummaryFromObjectStorage defaultConnection)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.