Learn R Programming

civis (version 3.0.0)

databases_patch_advanced_settings: 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)

Value

A list containing the following elements:

exportCachingEnabled

boolean, Whether or not caching is enabled for export jobs run on this database server.

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.