Home
last modified time | relevance | path

Searched refs:tenantName (Results 1 – 1 of 1) sorted by relevance

/plugin/dokullm/
H A DChromaDBClient.php477 * @param string $tenantName The tenant name
480 public function getTenant($tenantName) { argument
481 $endpoint = "/tenants/{$tenantName}";
490 * @param string $tenantName The tenant name
493 public function createTenant($tenantName) { argument
495 $data = ['name' => $tenantName];
505 * @param string $tenantName The tenant name
508 public function getDatabase($databaseName, $tenantName) { argument
509 $endpoint = "/tenants/{$tenantName}/databases/{$databaseName}";
519 * @param string $tenantName The tenant name
[all …]