Learn R Programming

datarobot (version 2.14.2)

UpdateDataStore: Update a data store.

Description

Update a data store.

Usage

UpdateDataStore(dataStoreId, canonicalName = NULL, driverId = NULL,
  jdbcUrl = NULL)

Arguments

dataStoreId

character. The ID of the data store to update.

canonicalName

character. The user-friendly name of the data store.

driverId

character. The ID of the driver to use.

jdbcUrl

character. The full JDBC url.

Examples

Run this code
# NOT RUN {
 dataStoreId <- "5c1303269300d900016b41a7"
 UpdateDataStore(dataStoreId, canonicalName = "Different Name")
# }

Run the code above in your browser using DataLab