gcs_set_read_buff {GCSConnection} | R Documentation |
Get/Set read/write connection buffer size, the buffer size can be set at any time but only takes effect on the connections created after the change. The default value is 1024 *1024 bytes (1 Mega bytes) for both read and write connections.
gcs_set_read_buff(buff_size = 1024L * 1024L) gcs_set_write_buff(buff_size = 1024L * 1024L) gcs_get_read_buff() gcs_get_write_buff()
buff_size |
Integer. The buffer size |
Get functions: the current buffer size. Set functions: the previous buffer size.
gcs_get_read_buff() gcs_get_write_buff()