diff --git a/Documentation/Books/Cookbook/Compiling/Debian.md b/Documentation/Books/Cookbook/Compiling/Debian.md index 2257741a64..899e997642 100644 --- a/Documentation/Books/Cookbook/Compiling/Debian.md +++ b/Documentation/Books/Cookbook/Compiling/Debian.md @@ -58,7 +58,7 @@ sudo aptitude -y install git-core \ libjemalloc-dev \ cmake \ python2.7 \ -sudo aptitude -y install libldap2-dev # Enterprise version only +sudo aptitude -y install libldap2-dev # Enterprise Edition only ``` ### diff --git a/Documentation/Books/Drivers/Java/Reference/Collection/CollectionManipulation.md b/Documentation/Books/Drivers/Java/Reference/Collection/CollectionManipulation.md index 498ecee54f..eb5b6bcddf 100644 --- a/Documentation/Books/Drivers/Java/Reference/Collection/CollectionManipulation.md +++ b/Documentation/Books/Drivers/Java/Reference/Collection/CollectionManipulation.md @@ -66,7 +66,7 @@ Creates a collection with the given _options_ for this collection's name, then r - **distributeShardsLike**: `String` - (The default is ""): in an enterprise cluster, this attribute binds the specifics of sharding for the newly created collection to follow that of a specified existing collection. Note: Using this parameter has consequences for the prototype collection. It can no longer be dropped, before sharding imitating collections are dropped. Equally, backups and restores of imitating collections alone will generate warnings, which can be overridden, about missing sharding prototype. + (The default is ""): in an Enterprise Edition cluster, this attribute binds the specifics of sharding for the newly created collection to follow that of a specified existing collection. Note: Using this parameter has consequences for the prototype collection. It can no longer be dropped, before sharding imitating collections are dropped. Equally, backups and restores of imitating collections alone will generate warnings, which can be overridden, about missing sharding prototype. **Examples** @@ -137,7 +137,7 @@ Alternative for [ArangoDatabase.createCollection](#arangodatabasecreatecollectio - **distributeShardsLike**: `String` - (The default is ""): in an enterprise cluster, this attribute binds the specifics of sharding for the newly created collection to follow that of a specified existing collection. Note: Using this parameter has consequences for the prototype collection. It can no longer be dropped, before sharding imitating collections are dropped. Equally, backups and restores of imitating collections alone will generate warnings, which can be overridden, about missing sharding prototype. + (The default is ""): in an Enterprise Edition cluster, this attribute binds the specifics of sharding for the newly created collection to follow that of a specified existing collection. Note: Using this parameter has consequences for the prototype collection. It can no longer be dropped, before sharding imitating collections are dropped. Equally, backups and restores of imitating collections alone will generate warnings, which can be overridden, about missing sharding prototype. **Examples** diff --git a/Documentation/Books/Drivers/Java/Reference/Database/Queries.md b/Documentation/Books/Drivers/Java/Reference/Database/Queries.md index b1102f170a..cdc7e4fb5f 100644 --- a/Documentation/Books/Drivers/Java/Reference/Database/Queries.md +++ b/Documentation/Books/Drivers/Java/Reference/Database/Queries.md @@ -70,7 +70,7 @@ Performs a database query using the given _query_ and _bindVars_, then returns a - **satelliteSyncWait**: `Double` - This enterprise parameter allows to configure how long a DBServer will have time to bring the satellite collections involved in the query into sync. The default value is 60.0 (seconds). When the max time has been reached the query will be stopped. + This Enterprise Edition parameter allows to configure how long a DBServer will have time to bring the satellite collections involved in the query into sync. The default value is 60.0 (seconds). When the max time has been reached the query will be stopped. - **skipInaccessibleCollections** diff --git a/Documentation/Books/Drivers/Java/Reference/Graph/README.md b/Documentation/Books/Drivers/Java/Reference/Graph/README.md index ce011e6260..68a1021091 100644 --- a/Documentation/Books/Drivers/Java/Reference/Graph/README.md +++ b/Documentation/Books/Drivers/Java/Reference/Graph/README.md @@ -30,7 +30,7 @@ Create a new graph in the graph module. The creation of a graph requires the nam - **isSmart**: `Boolean` - Define if the created graph should be smart. This only has effect in Enterprise version. + Define if the created graph should be smart. This only has effect in Enterprise Edition. - **replicationFactor**: `Integer` @@ -82,7 +82,7 @@ Alternative for [ArangoDatabase.createGraph](#arangodatabasecreategraph). - **isSmart**: `Boolean` - Define if the created graph should be smart. This only has effect in Enterprise version. + Define if the created graph should be smart. This only has effect in Enterprise Edition. - **replicationFactor**: `Integer` diff --git a/Documentation/Books/Manual/Administration/Auditing/AuditConfiguration.md b/Documentation/Books/Manual/Administration/Auditing/AuditConfiguration.md index 7651d23ee5..499ceeac0a 100644 --- a/Documentation/Books/Manual/Administration/Auditing/AuditConfiguration.md +++ b/Documentation/Books/Manual/Administration/Auditing/AuditConfiguration.md @@ -1,7 +1,10 @@ Audit Configuration =================== -__This feature is available in the Enterprise Edition.__ +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} Output ------ diff --git a/Documentation/Books/Manual/Administration/Auditing/AuditEvents.md b/Documentation/Books/Manual/Administration/Auditing/AuditEvents.md index e50d92bbce..5c20faf961 100644 --- a/Documentation/Books/Manual/Administration/Auditing/AuditEvents.md +++ b/Documentation/Books/Manual/Administration/Auditing/AuditEvents.md @@ -1,7 +1,10 @@ Audit Events ============ -__This feature is available in the Enterprise Edition.__ +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} Authentication -------------- diff --git a/Documentation/Books/Manual/Administration/Auditing/README.md b/Documentation/Books/Manual/Administration/Auditing/README.md index 5b0b4db8ec..0c03d9a211 100644 --- a/Documentation/Books/Manual/Administration/Auditing/README.md +++ b/Documentation/Books/Manual/Administration/Auditing/README.md @@ -1,7 +1,10 @@ Auditing ======== -**This feature is only available in the Enterprise Edition.** +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} Auditing allows you to monitor access to the database in detail. In general audit logs are of the form diff --git a/Documentation/Books/Manual/Administration/Configuration/Ldap.md b/Documentation/Books/Manual/Administration/Configuration/Ldap.md index 120dec987d..877442a8b4 100644 --- a/Documentation/Books/Manual/Administration/Configuration/Ldap.md +++ b/Documentation/Books/Manual/Administration/Configuration/Ldap.md @@ -1,7 +1,10 @@ LDAP ==== -**This feature is only available in the Enterprise Edition.** +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} Basics Concepts --------------- diff --git a/Documentation/Books/Manual/Administration/Configuration/SSL.md b/Documentation/Books/Manual/Administration/Configuration/SSL.md index 42b870a584..1c731d96d1 100644 --- a/Documentation/Books/Manual/Administration/Configuration/SSL.md +++ b/Documentation/Books/Manual/Administration/Configuration/SSL.md @@ -112,7 +112,10 @@ Set to true if SSL session caching should be used. ### SSL peer certificate -__This feature is available in the Enterprise Edition.__ +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} `--ssl.require-peer-certificate` diff --git a/Documentation/Books/Manual/Administration/DC2DC/README.md b/Documentation/Books/Manual/Administration/DC2DC/README.md index 233e3a1154..b5085e7e35 100644 --- a/Documentation/Books/Manual/Administration/DC2DC/README.md +++ b/Documentation/Books/Manual/Administration/DC2DC/README.md @@ -1,12 +1,17 @@ # Datacenter to datacenter replication administration +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + This Section includes information related to the administration of the _datacenter to datacenter replication_. For a general introduction to the _datacenter to datacenter replication_, please refer to the [Datacenter to datacenter replication](../../Scalability/DC2DC/README.md) -chapther. +chapter. ## Starting synchronization diff --git a/Documentation/Books/Manual/Administration/Encryption/README.md b/Documentation/Books/Manual/Administration/Encryption/README.md index d33be692fe..3e830289f7 100644 --- a/Documentation/Books/Manual/Administration/Encryption/README.md +++ b/Documentation/Books/Manual/Administration/Encryption/README.md @@ -1,6 +1,9 @@ # Encryption -**This feature is only available in the Enterprise Edition.** +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} When you store sensitive data in your ArangoDB database, you want to protect that data under all circumstances. diff --git a/Documentation/Books/Manual/Administration/ManagingUsers/README.md b/Documentation/Books/Manual/Administration/ManagingUsers/README.md index 0028ab6af3..98765508ec 100644 --- a/Documentation/Books/Manual/Administration/ManagingUsers/README.md +++ b/Documentation/Books/Manual/Administration/ManagingUsers/README.md @@ -288,7 +288,10 @@ database. All changes to the access levels must be done using the ### LDAP Users -__This feature is only available in the Enterprise Edition.__ +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} ArangoDB supports LDAP as an external authentication system. For detailed information please have look into the [LDAP configuration guide](../Configuration/Ldap.md). diff --git a/Documentation/Books/Manual/Administration/Satellites.md b/Documentation/Books/Manual/Administration/Satellites.md index 17477e5c08..21d6c862db 100644 --- a/Documentation/Books/Manual/Administration/Satellites.md +++ b/Documentation/Books/Manual/Administration/Satellites.md @@ -1,7 +1,10 @@ Satellite Collections ===================== -**This feature is only available in the Enterprise Edition.** +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} When doing Joins in an ArangoDB cluster data has to exchanged between different servers. diff --git a/Documentation/Books/Manual/DataModeling/Collections/DatabaseMethods.md b/Documentation/Books/Manual/DataModeling/Collections/DatabaseMethods.md index 7ed641325e..c1d8cbc5d4 100644 --- a/Documentation/Books/Manual/DataModeling/Collections/DatabaseMethods.md +++ b/Documentation/Books/Manual/DataModeling/Collections/DatabaseMethods.md @@ -158,7 +158,7 @@ to the [naming conventions](../NamingConventions/README.md). servers holding copies take over, usually without an error being reported. - When using the *Enterprise* version of ArangoDB the replicationFactor + When using the *Enterprise Edition* of ArangoDB the replicationFactor may be set to "satellite" making the collection locally joinable on every database server. This reduces the number of network hops dramatically when using joins in AQL at the costs of reduced write @@ -168,7 +168,7 @@ to the [naming conventions](../NamingConventions/README.md). cloning the shard distribution of another. If this value is set it will copy *replicationFactor* and *numberOfShards* from the other collection, the attributes in this collection will be - ignored and can be ommited. + ignored and can be omitted. `db._create(collection-name, properties, type)` diff --git a/Documentation/Books/Manual/Deployment/DC2DC/README.md b/Documentation/Books/Manual/Deployment/DC2DC/README.md index 7d678fca44..3b7c789094 100644 --- a/Documentation/Books/Manual/Deployment/DC2DC/README.md +++ b/Documentation/Books/Manual/Deployment/DC2DC/README.md @@ -1,6 +1,11 @@ # Datacenter to datacenter replication deployment +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + This chapter describes how to deploy all the components needed for _datacenter to datacenter replication_. diff --git a/Documentation/Books/Manual/Deployment/Kubernetes/DeploymentResource.md b/Documentation/Books/Manual/Deployment/Kubernetes/DeploymentResource.md index 6759991f0d..dda1381c6f 100644 --- a/Documentation/Books/Manual/Deployment/Kubernetes/DeploymentResource.md +++ b/Documentation/Books/Manual/Deployment/Kubernetes/DeploymentResource.md @@ -127,14 +127,17 @@ cluster is down, or in a bad state, irrespective of the value of this setting. ### `spec.rocksdb.encryption.keySecretName` +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + This setting specifies the name of a Kubernetes `Secret` that contains an encryption key used for encrypting all data stored by ArangoDB servers. When an encryption key is used, encryption of the data in the cluster is enabled, without it encryption is disabled. The default value is empty. -This requires the Enterprise version. - The encryption key cannot be changed after the cluster has been created. The secret specified by this setting, must have a data field named 'key' containing diff --git a/Documentation/Books/Manual/Graphs/SmartGraphs/README.md b/Documentation/Books/Manual/Graphs/SmartGraphs/README.md index 249a5e2d7e..ec30b8f35c 100644 --- a/Documentation/Books/Manual/Graphs/SmartGraphs/README.md +++ b/Documentation/Books/Manual/Graphs/SmartGraphs/README.md @@ -1,7 +1,10 @@ SmartGraphs =========== -**This feature is only available in the Enterprise Edition.** +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} This chapter describes the [smart-graph](../README.md) module. It enables you to manage graphs at scale, it will give a vast performance benefit for all graphs sharded in an ArangoDB Cluster. diff --git a/Documentation/Books/Manual/Monitoring/DC2DC/README.md b/Documentation/Books/Manual/Monitoring/DC2DC/README.md index 3bfd9cf1c0..c8858a8abb 100644 --- a/Documentation/Books/Manual/Monitoring/DC2DC/README.md +++ b/Documentation/Books/Manual/Monitoring/DC2DC/README.md @@ -1,6 +1,11 @@ # Monitoring datacenter to datacenter replication +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + This section includes information related to the monitoring of the _datacenter to datacenter replication_. diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures32.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures32.md index c0b14a1e7d..571127f967 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures32.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures32.md @@ -117,7 +117,7 @@ operations on sharded collections can be avoided and response times can be close that of a single instance. [Satellite collections](../Administration/Satellites.md) -are available in the *Enterprise* edition. +are available in the *Enterprise Edition*. Memory management diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures33.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures33.md index 3250e4cac2..0d3d6d0c35 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures33.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures33.md @@ -31,7 +31,7 @@ the data-centers has enough bandwidth. It is fault-tolerant without a single point of failure and includes a lot of metrics for monitoring in a production scenario. -[DC2DC](../Deployment/DC2DC/README.md) is available in the *Enterprise* edition. +[DC2DC](../Deployment/DC2DC/README.md) is available in the *Enterprise Edition*. Encrypted backups ----------------- @@ -81,7 +81,7 @@ RocksDB encryption-at-rest feature, but they can also be used for the MMFiles engine, which does not have encryption-at-rest. [Encrypted backups](../Programs/Arangodump/Examples.md#encryption) are available -in the *Enterprise* edition. +in the *Enterprise Edition*. Server-level replication ------------------------ @@ -205,7 +205,7 @@ which speeds up collection creation by roughly 50 to 60 percent. LDAP authentication ------------------- -The LDAP authentication module in the *Enterprise* edition has been enhanced. +The LDAP authentication module in the *Enterprise Edition* has been enhanced. The following options have been added to it: - the option `--server.local-authentication` controls whether the local *_users* @@ -217,7 +217,7 @@ The following options have been added to it: - the option `--server.authentication-timeout` controls the expiration time for cached LDAP user information entries in arangod. -- basic role support has been added for the LDAP module in the *Enterprise* edition. +- basic role support has been added for the LDAP module in the *Enterprise Edition*. New configuration options for LDAP in 3.3 are: - `--ldap.roles-attribute-name` diff --git a/Documentation/Books/Manual/Scalability/DC2DC/README.md b/Documentation/Books/Manual/Scalability/DC2DC/README.md index 88fc250963..31e476d842 100644 --- a/Documentation/Books/Manual/Scalability/DC2DC/README.md +++ b/Documentation/Books/Manual/Scalability/DC2DC/README.md @@ -1,6 +1,11 @@ # Datacenter to datacenter replication +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + This chapter introduces ArangoDB's _datacenter to datacenter replication_ (DC2DC). **Sections:** diff --git a/Documentation/Books/Manual/Scalability/DC2DC/Requirements.md b/Documentation/Books/Manual/Scalability/DC2DC/Requirements.md index 668df0b8c4..d273c1742d 100644 --- a/Documentation/Books/Manual/Scalability/DC2DC/Requirements.md +++ b/Documentation/Books/Manual/Scalability/DC2DC/Requirements.md @@ -3,7 +3,7 @@ To use _datacenter to datacenter replication_ you need the following: -- Two datacenters, each running an ArangoDB Enterprise cluster, version 3.3 or higher. +- Two datacenters, each running an ArangoDB Enterprise Edition cluster, version 3.3 or higher. - A network connection between both datacenters with accessible endpoints for several components (see individual components for details). - TLS certificates for ArangoSync master instances (can be self-signed). diff --git a/Documentation/Books/Manual/Security/DC2DC/README.md b/Documentation/Books/Manual/Security/DC2DC/README.md index 8a97b2226f..71afb30874 100644 --- a/Documentation/Books/Manual/Security/DC2DC/README.md +++ b/Documentation/Books/Manual/Security/DC2DC/README.md @@ -1,6 +1,11 @@ # Datacenter to datacenter Security +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + This section includes information related to the _datacenter to datacenter replication_ security. diff --git a/Documentation/Books/Manual/Troubleshooting/DC2DC/README.md b/Documentation/Books/Manual/Troubleshooting/DC2DC/README.md index 296d927191..53c5cf7fc5 100644 --- a/Documentation/Books/Manual/Troubleshooting/DC2DC/README.md +++ b/Documentation/Books/Manual/Troubleshooting/DC2DC/README.md @@ -1,6 +1,11 @@ # Troubleshooting datacenter to datacenter replication +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + The _datacenter to datacenter replication_ is a distributed system with a lot different components. As with any such system, it requires some, but not a lot, of operational support. diff --git a/Documentation/Books/Manual/Tutorials/DC2DC/README.md b/Documentation/Books/Manual/Tutorials/DC2DC/README.md index 2d63df5aee..cee1cc599b 100644 --- a/Documentation/Books/Manual/Tutorials/DC2DC/README.md +++ b/Documentation/Books/Manual/Tutorials/DC2DC/README.md @@ -1,6 +1,11 @@ # Datacenter to datacenter Replication +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + ## About At some point in the growth of a database, there comes a need for @@ -67,7 +72,7 @@ ArangoSync is not a good solution when one of the following applies: To use ArangoSync you need the following: -- Two datacenters, each running an ArangoDB Enterprise cluster, version 3.3 or higher. +- Two datacenters, each running an ArangoDB Enterprise Edition cluster, version 3.3 or higher. - A network connection between both datacenters with accessible endpoints for several components (see individual components for details). - TLS certificates for ArangoSync master instances (can be self-signed). diff --git a/Documentation/Books/Manual/Tutorials/Kubernetes/DC2DC.md b/Documentation/Books/Manual/Tutorials/Kubernetes/DC2DC.md index 8c77ae6df3..fe7cfd3a2b 100644 --- a/Documentation/Books/Manual/Tutorials/Kubernetes/DC2DC.md +++ b/Documentation/Books/Manual/Tutorials/Kubernetes/DC2DC.md @@ -5,6 +5,11 @@ This tutorial guides you through the steps needed to configure an ArangoDB datacenter to datacenter replication between two ArangoDB clusters running in Kubernetes. +{% hint 'info' %} +This feature is only available in the +[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/) +{% endhint %} + ## Requirements 1. This tutorial assumes that you have 2 ArangoDB clusters running in 2 different Kubernetes clusters. diff --git a/Documentation/Books/Manual/Tutorials/Starter/README.md b/Documentation/Books/Manual/Tutorials/Starter/README.md index 6672297d25..0620de3113 100644 --- a/Documentation/Books/Manual/Tutorials/Starter/README.md +++ b/Documentation/Books/Manual/Tutorials/Starter/README.md @@ -153,7 +153,7 @@ Datacenter to datacenter replication (DC2DC) requires a normal ArangoDB cluster and one or more (`arangosync`) syncmasters & syncworkers in both data centers. The starter enables you to run these syncmasters & syncworkers in combination with your normal cluster. -Note: Datacenter to datacenter replication is an ArangoDB Enterprise feature. +Note: Datacenter to datacenter replication is an ArangoDB Enterprise Edition feature. To run a starter with DC2DC support you add the following arguments to the starters command line: diff --git a/Documentation/DocuBlocks/Rest/Collections/post_api_collection.md b/Documentation/DocuBlocks/Rest/Collections/post_api_collection.md index de971c6c0f..124021dfbe 100644 --- a/Documentation/DocuBlocks/Rest/Collections/post_api_collection.md +++ b/Documentation/DocuBlocks/Rest/Collections/post_api_collection.md @@ -126,7 +126,7 @@ If a server fails, this is detected automatically and one of the servers holding copies take over, usually without an error being reported. @RESTBODYPARAM{distributeShardsLike,string,optional,string} -(The default is *""*): in an enterprise cluster, this attribute binds +(The default is *""*): in an Enterprise Edition cluster, this attribute binds the specifics of sharding for the newly created collection to follow that of a specified existing collection. **Note**: Using this parameter has consequences for the prototype diff --git a/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md b/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md index aa461fcf89..902eb18d07 100644 --- a/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md +++ b/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md @@ -102,7 +102,7 @@ per query plan node in sub-attribute *stats.nodes* of the *extra* return attribu Additionally the query plan is returned in the sub-attribute *extra.plan*. @RESTSTRUCT{satelliteSyncWait,post_api_cursor_opts,boolean,optional,} -This *enterprise* parameter allows to configure how long a DBServer will have time +This *Enterprise Edition* parameter allows to configure how long a DBServer will have time to bring the satellite collections involved in the query into sync. The default value is *60.0* (seconds). When the max time has been reached the query will be stopped. diff --git a/Documentation/DocuBlocks/Rest/Graph/general_graph_create_http_examples.md b/Documentation/DocuBlocks/Rest/Graph/general_graph_create_http_examples.md index a1a3fd54e4..acc8d09ce8 100644 --- a/Documentation/DocuBlocks/Rest/Graph/general_graph_create_http_examples.md +++ b/Documentation/DocuBlocks/Rest/Graph/general_graph_create_http_examples.md @@ -19,10 +19,10 @@ An array of additional vertex collections. @RESTBODYPARAM{isSmart,boolean,optional,boolean} Define if the created graph should be smart. -This only has effect in Enterprise version. +This only has effect in Enterprise Edition. @RESTBODYPARAM{options,object,optional,post_api_gharial_create_opts} -a JSON object which is only useful in Enterprise version and with isSmart set to true. +a JSON object which is only useful in Enterprise Edition and with isSmart set to true. It can contain the following attributes: @RESTSTRUCT{smartGraphAttribute,post_api_gharial_create_opts,string,required,}