Skip to contents

The underlying storage must already exist.

Usage

register_array(
  namespace = NULL,
  array_name,
  uri,
  description = NULL,
  access_credentials_name = NULL
)

Arguments

namespace

Namespace within TileDB cloud to charge. If this is null, the logged-in user's username will be used for the namespace.

array_name

The name to call the array in TileDB Cloud.

uri

The URI of where the array is stored.

description

Optional description field for the array.

access_credentials_name

Credentials to access the array storage. If omitted, the logged-in user's default credentials will be used.