tiledb.cloud.client

Functions

Config([cfg_dict])

Builds a tiledb config setting the login parameters that exist for the cloud service :return: tiledb.Config

Ctx([config])

Builds a TileDB Context that has the tiledb config parameters for tiledb cloud set from stored login :return: tiledb.Ctx

build(builder)

Builds an API client with the given config.

default_charged_namespace([required_action])

Returns the namespace default_user() charges to by default.

default_user()

Returns the default user to be used.

find_organization_or_user_for_default_charges(user)

Takes a user model and finds either the first non public organization

list_arrays([namespace, permissions, tag, ...])

List arrays in a user account

list_groups([namespace, permission, ...])

List groups owned by a user.

list_public_arrays([namespace, permissions, ...])

List public arrays

list_public_groups([namespace, permission, ...])

List public groups owned by a user.

list_shared_arrays([namespace, permissions, ...])

List shared arrays

list_shared_groups([namespace, shared_to, ...])

List groups shared by/to specified namespaces.

login([token, username, password, host, ...])

Login to cloud service

organization(organization[, async_req])

param str organization:

organization to fetct

organizations([async_req])

param async_req:

return future instead of results for async support

user_profile([async_req])

param async_req:

return future instead of results for async support

Classes

Client([pool_threads, retry_mode])

RetryMode(value[, names, module, qualname, ...])