| exports_put_files_csv_archive {civis} | R Documentation | 
Update the archive status of this object
Description
Update the archive status of this object
Usage
exports_put_files_csv_archive(id, status)
Arguments
id | 
 integer required. The ID of the object.  | 
status | 
 boolean required. The desired archived status of the object.  | 
Value
A list containing the following elements:
id | 
 integer, The ID of this Csv Export job.  | 
name | 
 string, The name of this Csv Export job.  | 
source | 
 list, A list containing the following elements: 
  | 
destination | 
 list, A list containing the following elements: 
  | 
includeHeader | 
 boolean, A boolean value indicating whether or not the header should be included. Defaults to true.  | 
compression | 
 string, The compression of the output file. Valid arguments are "gzip" and "none". Defaults to "gzip".  | 
columnDelimiter | 
 string, The column delimiter for the output file. Valid arguments are "comma", "tab", and "pipe". Defaults to "comma".  | 
hidden | 
 boolean, A boolean value indicating whether or not this request should be hidden. Defaults to false.  | 
forceMultifile | 
 boolean, Whether or not the csv should be split into multiple files. Default: false  | 
maxFileSize | 
 integer, The max file size, in MB, created files will be. Only available when force_multifile is true.  | 
myPermissionLevel | 
 string, Your permission level on the object. One of "read", "write", or "manage".  |