config |
object
|
Configuration of Linkurious.
|
allSources |
object
|
General data-sources configuration.
|
maxPathLength |
number
|
Maximum path length returned by the shortest path API.
|
shortestPathsMaxResults |
number
|
Maximum number of results returned by shortest paths API.
|
connectionRetries |
number
|
Maximum number of retries when connecting/reconnecting to data-source.
|
pollInterval |
number
|
Number of seconds between "pings" to a data-source when connected.
|
indexationChunkSize |
number
|
Number of nodes/edges read at once from a data-source when indexing it.
|
expandThreshold |
number
|
Number of expanded nodes that will trigger the "limit expand to" alert popup.
|
searchAddAllThreshold |
number
|
Maximum number add nodes using the "add all" in a search.
|
searchThreshold |
number
|
Maximum value of the "size" parameter in all search APIs.
|
minSearchQueryLength |
number
|
Minimum number of characters in a search query before it is sent to the server.
|
rawQueryTimeout |
number
|
Timeout of pattern queries (cypher, gremlin, etc.) in milliseconds.
|
rights |
object
|
client access configuration.
|
authRequired |
boolean
|
Whether authentication is required.
|
dataEdition |
boolean
|
Whether data-edition is enabled.
|
loginTimeout |
boolean
|
User login timeout.
|
widget |
boolean
|
Whether the widget feature is enabled.
|
oauth2Provider |
string
|
The current oauth2 provider (or null if none).
|
analytics |
object
|
Google analytics configuration for the client.
|
enabled |
boolean
|
Whether to enable Google analytics on the client.
|
code: |
string
|
Google analytics tracking code.
|
domain |
string
|
Google analytics tracking domain.
|
sigma |
object
|
Sigma configuration.
|
palette |
object
|
Sigma design palette configuration.
|
styles |
object
|
Styles configuration.
|
leaflet |
object[]
|
Leaflet layer configurations for geo mode.
|
name |
string
|
Name of the layer.
|
thumbnail |
string
|
Path of this layer's thumbnail, relative to client root.
|
urlTemplate |
string
|
Tile-URL template for this layer.
|
attribution |
string
|
Copyright attribution text for this layer.
|
subdomains |
string
|
subdomain letters to use in tile-URL template.
|
id |
string
|
Layer ID (needed for MapBox layers).
|
accessToken |
string
|
Layer access token (user for MapBox layers).
|
minZoom |
number
|
Minimum valid zoom of the layer.
|
maxZoom |
number
|
Maximum valid zoom of the layer.
|
source |
object
|
Current source public configuration.
|
features |
object
|
Current source features.
|
schema |
object
|
Whether the schema is available.
|
counts |
boolean
|
Whether the schema can be modified or not. (false implies that the schema is frozen)
|
properties |
boolean
|
Whether the properties of each category/type are included in the schema.
|
nodes |
boolean
|
Whether the schema of nodes is available.
|
edges |
boolean
|
Whether the schema of edges is available.
|
inferredSchema |
boolean
|
Whether inferred node/edge-types are detected in the schema.
|
directory |
boolean
|
Whether the directory is available.
|
typing |
boolean
|
Whether property types are available in the schema.
|
edgeProperties |
boolean
|
Whether edge properties are allowed.
|
immutableNodeCategories |
boolean
|
Whether node categories are immutable.
|
minNodeCategories |
number
|
Minimum number of categories for a node.
|
maxNodeCategories |
number
|
Maximum number of categories for a node.
|
canCount |
boolean
|
Whether one among the graph or the index can count nodes and edges.
|
alerts |
boolean
|
Whether alerts are available.
|
dialects |
string[]
|
Dialects supported by the graph database.
|
shortestPath |
boolean
|
Whether shortest paths queries are allowed.
|
externalIndex |
boolean
|
Whether the search index is internal (e.g: Elasticsearch) or external (e.g: DSE Search)
|
alternativeIds |
boolean
|
Whether alternative IDs can be used.
|
fuzzy |
boolean
|
Whether the search index allows fuzzy search queries.
|
canIndexEdges |
boolean
|
Whether the search index can index edges.
|
canIndexCategories |
boolean
|
Whether the search index can index categories.
|
versions |
boolean
|
Whether nodes and edges versions is increased on edit.
|
advancedQueryDialect |
string
|
Whether the index can provide advanced search queries and of which dialect. (undefined if not supported)
|
searchHitsCount |
boolean
|
Whether the search result will contain 'totalHits' or 'moreResults'.
|
alternativeIds |
object
|
Current source alternative IDs.
|
node |
string
|
Alternative node ID.
|
edge |
string
|
Alternative edge ID.
|
latitudeProperty |
string
|
The default node property used for latitude.
|
longitudeProperty |
string
|
The default node property used for longitude.
|
directory |
object
|
Which parts of the current data-source's directory feature are enabled.
|
nodes |
boolean
|
Whether nodes-directory enabled (depends on ElasticSearch memory allocation).
|
edges |
boolean
|
Whether edges-directory is enabled (depends on ElasticSearch memory allocation).
|
skipEdgeIndexation |
boolean
|
Whether edges are not indexed for this source
|
readOnly |
boolean
|
Whether the source is in readonly mode.
|
specialProperties |
object[]
|
Properties with special access-rights for this source.
|
key |
string
|
Key of the property.
|
read |
boolean
|
Whether the property can be read.
|
create |
boolean
|
Whether the property can be created.
|
update |
boolean
|
Whether the property can be updated.
|
graphDb |
object
|
Current data-source's graph configuration (if admin).
|
index |
object
|
Current data-source's index configuration (if admin).
|
sourceName |
object
|
Current data-source's name (if admin).
|
enterprise |
boolean
|
Whether the server is a Linkurious Enterprise server.
|
domain |
string
|
the server's domain, useful to generate URLs.
|
alerts |
object
|
The alerts configuration.
|
maxMatchTTL |
number
|
The maximum and default time to live for a match (in days).
|
maxMatchesLimit |
number
|
The maximum and default number of matches stored for an alerts.
|
maxRuntimeLimit |
number
|
The maximum and default runtime limit for an alert update (in milliseconds).
|
maxConcurrency |
number
|
Maximum number of alerts updated at the same time.
|