tiledb.cloud.file

Functions

create_file(namespace, input_uri, output_uri)

Creates a TileDB file at the specified location :param namespace: namespace the create file operation belongs to :param name: name to use for registration in TileDB Cloud :param input_uri: input file uri :param output_uri: output array uri :param access_credential_name: DEPRECATED. Use access_credential_name instead. :param access_credentials_name: optional access credentials to use :param async_req: return future instead of results for async support :return: FileCreated details, including file_uuid and output_uri.

export_file(uri, output_uri[, async_req])

Exports a TileDB File back to its original file format :param uri: The tiledb://... URI of the file to export :param output_uri: output file uri :param async_req: return future instead of results for async support :return: FileExported details, including output_uri

export_file_local(uri, output_uri[, ...])

Exports a TileDB File back to its original file format :param uri: The tiledb://... URI of the file to export :param output_uri: output file uri :param tuple timestamp: (default None) If int, open the array at a given TileDB timestamp. If tuple, open at the given start and end TileDB timestamps. :param async_req: return future instead of results for async support :return: FileExported details, including output_uri.