Members
(static) VERSION_DATE_2016_12_15 :string
Initial release
Type:
- string
- Source:
Methods
addDocument(params, callback) → {ReadableStream|undefined}
Add a document to a collection
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Properties
|
|||||||||||||||||||||||||
callback |
- Source:
Returns:
- Type
- ReadableStream | undefined
createCollection(params)
Create a new collection
Parameters:
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
createEnvironment(name, description, size)
Create a new environment
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | |
description |
string | |
size |
int | (optional) |
- Source:
deleteCollection(params)
Delete a collection
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
deleteDocument(params, callback) → {ReadableStream|undefined}
Delete a specific document
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Properties
|
|||||||||||||
callback |
- Source:
Returns:
- Type
- ReadableStream | undefined
deleteEnvironment(params)
Get details about an environment
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
getCollection(params)
Get details about a collection
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
getCollections(params)
Return the list of collections in the given environment
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
getConfiguration(params)
Get details about a configuration
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
getConfigurations(params)
List all configurations
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
getEnvironment(params)
Get details about an environment
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
getEnvironments(params)
Return the list of environments
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object |
- Source:
query(params)
Queries the collection
Parameters:
| Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source: