Skip to main content
Skip table of contents

Google Cloud Storage BigTable Connector

The Google Cloud Storage BigTable Connector enables the connection to Google Cloud BigTable, a highly available NoSQL data store that relieves the workload of database management.

Properties

Operation

Describes which operation the adapter performs.

For more information on the parameters, status values, inputs, and outputs of each operation, see the corresponding subpages.

Possible values:

  • CreateTable: Creates a table with a table name and column family name.

  • ListTable: Lists all tables for the project and instance.

  • PutRow: Inserts rows with values from the XML input document.

  • GetRow: Searches the table by passing rowKey via parameters and outputs the result to an XML document.

  • Scan: Scans the table and returns an output XML according to the parameters.

  • EnableTable: Enables the table (table must be disabled).

  • DisableTable: Disables the table (table must be enabled).

  • Delete : Deletes the table. If the rowKey and columnName parameters are specified, only the corresponding column in the selected row is deleted.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.