databases_patch_advanced_settings {civis} | R Documentation |
Update the advanced settings for this database
Description
Update the advanced settings for this database
Usage
databases_patch_advanced_settings(id, export_caching_enabled = NULL)
Arguments
id |
integer required. The ID of the database this advanced settings object belongs to. |
export_caching_enabled |
boolean optional. 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]