| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
DEFAULT_DB_NAME |
"app-config" |
public static final java.lang.String |
DEFAULT_DESIGN_NAME |
"app-config" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
designDocuments |
"{\n \"_id\": \"_design/sequence\",\n \"_rev\": \"1-1889459c85063b18661870eae618733c\",\n \"language\": \"javascript\",\n \"views\": {\n \"all\": {\n \"map\": \"\\nfunction(doc) {\\n if (doc.entityType == \'sequence\') {\\n emit(doc._id, null);\\n }\\n}\"\n }\n }\n}" |
public static final java.lang.String |
SEQUENCE_DESIGN_NAME |
"sequence" |