Get Hive Names¶
Description¶
This operation retrieves all hive names.
Method¶
Backendless.Hive.getNames(): Promise<string[]>;
where:
Argument | Description |
---|---|
string[] |
An array of string values. |
Return Value¶
An array of hive names as string values. If no hives exist, then an empty array is returned.
Example¶
The example below returns all hive names stored in the system.
await Backendless.Hive.getNames()
Codeless Reference¶
Returns a list containing hive names.
Consider the following list of hives:
The example below retrieves all hive names: