Constructor
new FieldDBObject(options)
- Source:
- Tutorials:
-
- Tutorial: tests/FieldDBObjectTest.js
Properties:
Name | Type | Description |
---|---|---|
dbname |
String | This is the identifier of the corpus, it is set when a corpus is created. It must be a file save name, and be a permitted name in CouchDB which means it is [a-z] with no uppercase letters or symbols, by convention it cannot contain -, but _ is acceptable. |
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | Optional json initialization object |
Extends
- Object
Methods
(static) uuidGenerator() → {String}
- Source:
The uuid generator uses a "GUID" like generation to create a unique string.
Returns:
a string which is likely unique, in the format of a
Globally Unique ID (GUID)
- Type
- String