gcs_close()

Read(258) Label: close, gcs connection,

Description:

Close Google Cloud Storage connection.

Syntax:

gcs_close(fd)

Note:

This external library function (See External Library Guide) closes the GCS connection to release resources.

Parameter:

fd

GCS connection

Example:

 

A

 

1

=file("F:/gcs.json").read()

 

2

=gcs_open(A1)

Connect to the GCS service.

3

>gcs_close(A2)

Close the GCS connection.