Get the list of storage plugin names and configurations
drill_storage(drill_con, plugin = NULL) drill_mod_storage(drill_con, name, config) drill_rm_storage(drill_con, name)
drill_con | drill server connection object setup by |
---|---|
plugin | the assigned name in the storage plugin definition. |
name | name of the storage plugin configuration to create/update/remove |
config | a |
Other Dill direct REST API Interface: drill_active
,
drill_cancel
,
drill_connection
,
drill_metrics
, drill_options
,
drill_profiles
,
drill_profile
, drill_query
,
drill_settings_reset
,
drill_set
, drill_show_files
,
drill_show_schemas
,
drill_stats
, drill_status
,
drill_system_reset
,
drill_threads
, drill_use
,
drill_version
Other Dill direct REST API Interface: drill_active
,
drill_cancel
,
drill_connection
,
drill_metrics
, drill_options
,
drill_profiles
,
drill_profile
, drill_query
,
drill_settings_reset
,
drill_set
, drill_show_files
,
drill_show_schemas
,
drill_stats
, drill_status
,
drill_system_reset
,
drill_threads
, drill_use
,
drill_version
Other Dill direct REST API Interface: drill_active
,
drill_cancel
,
drill_connection
,
drill_metrics
, drill_options
,
drill_profiles
,
drill_profile
, drill_query
,
drill_settings_reset
,
drill_set
, drill_show_files
,
drill_show_schemas
,
drill_stats
, drill_status
,
drill_system_reset
,
drill_threads
, drill_use
,
drill_version
# NOT RUN { drill_connection() %>% drill_storage() drill_connection() %>% drill_mod_storage( name = "drilldat", config = ' { "config" : { "connection" : "file:///", "enabled" : true, "formats" : null, "type" : "file", "workspaces" : { "root" : { "location" : "/Users/hrbrmstr/drilldat", "writable" : true, "defaultInputFormat": null } } }, "name" : "drilldat" } ') # }