powered by
Returns information about a particular data store.
GetDataStore(dataStoreId)
A list containing information on the particular data store:
id character. The dataStoreId of the data store.
canonicalName character. The user-friendly name of the data store.
type character. The type of data store.
updated datetime. A timestamp for the last time the data store was updated.
creator character. The userId of the user who created the data store.
params list. A list specifying the data store parameters.
character. The id of the data store.
if (FALSE) { dataStoreId <- "5c1303269300d900016b41a7" GetDataStore(dataStoreId) }
Run the code above in your browser using DataLab