databases_put_advanced_settings {civis} | R Documentation |
Edit the advanced settings for this database
Description
Edit the advanced settings for this database
Usage
databases_put_advanced_settings(id, export_caching_enabled)
Arguments
id |
integer required. The ID of the database this advanced settings object belongs to. |
export_caching_enabled |
boolean required. Whether or not caching is enabled for export jobs run on this database server. |
Value
A list containing the following elements:
exportCachingEnabled |
boolean, Whether or not caching is enabled for export jobs run on this database server. |
[Package civis version 3.1.2 Index]