gcs_set_read_buff {GCSConnection}R Documentation

Get/Set read/write connection buffer size

Description

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.

Usage

gcs_set_read_buff(buff_size = 1024L * 1024L)

gcs_set_write_buff(buff_size = 1024L * 1024L)

gcs_get_read_buff()

gcs_get_write_buff()

Arguments

buff_size

Integer. The buffer size

Value

Get functions: the current buffer size. Set functions: the previous buffer size.

Examples

gcs_get_read_buff()
gcs_get_write_buff()


[Package GCSConnection version 1.4.0 Index]