Skip to content

Commit 4edb267

Browse files
Document session-id as optional
1 parent 4f484f9 commit 4edb267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ include::partial$/management-ops/common-read-configuration.adoc[]
111111
| inverseIndexedRelationshipTypes | List of String | [] | yes | Declare a number of relationship types which will also be indexed in inverse direction. `*` can be used to declare all relationship types as inverse indexed.
112112
| memory label:serverless[Aura Graph Analytics Serverless] | String | - | no footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | Declare the memory used for the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] created for the projected graph.
113113
| ttl label:serverless[Aura Graph Analytics Serverless] | Duration | PT1H | yes | Declare the time to live before the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] created for the projected graph expires due to inactivity.
114-
| sessionId label:serverless[Aura Graph Analytics Serverless] | String | - | no footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | The ID of the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] the graph should be projected on.
114+
| sessionId label:serverless[Aura Graph Analytics Serverless] | String | - | yes footnote:serverless[Only required for xref:installation/aura-graph-analytics-serverless.adoc[] ] | The ID of the xref:installation/aura-graph-analytics-serverless.adoc[GDS Session] the graph should be projected on.
115115
| batchSize label:serverless[Aura Graph Analytics Serverless] | Integer | 10000 | yes | Size of batches transmitted from the DBMS to the session. Lower the value to reduce the memory usage on the DBMS side. Increase the value to send fewer batches to the GDS Session.
116116
|===
117117

0 commit comments

Comments
 (0)