|
1 |
| -The procedure support the following config parameters: |
| 1 | +This procedure supports the following config parameters: |
2 | 2 |
|
3 | 3 | .Config parameters
|
4 | 4 | [opts=header]
|
5 | 5 | |===
|
6 |
| -| name | type | default | description |
7 |
| -| includeLabels | List<String> | [] | labels to include. Default is to include all labels |
8 |
| -| includeRels | List<String> | [] | relationship types to include. Default is to include all relationship types |
9 |
| -| excludeLabels | List<String> | [] | labels to exclude. Default is to not exclude any label |
10 |
| -| excludeRels | List<String> | [] | relationship types to exclude. Default is to not exclude any relationship type |
11 |
| -| sample | Long | 1000 | number of nodes to sample per label. See "Sampling" section below. |
12 |
| -| maxRels | Long | 100 | number of relationships to sample per relationship type |
| 6 | +| Name | Type | Default | Description |
| 7 | +| includeLabels | List<String> | [] | Node labels to include. Default is to include all node labels. |
| 8 | +| includeRels | List<String> | [] | Relationship types to include. Default is to include all relationship types. |
| 9 | +| excludeLabels | List<String> | [] | Node labels to exclude. Default is to include all node labels. |
| 10 | +| excludeRels | List<String> | [] | Relationship types to exclude. Default is to include all relationship types. |
| 11 | +| sample | Long | 1000 | Number of nodes to skip, e.g. a sample of 1000 will read every 1000th node. |
| 12 | +| maxRels | Long | 100 | Number of relationships to read per sampled node. |
13 | 13 | |===
|
14 | 14 |
|
15 |
| -include::partial$usage/config/sample.config.adoc[] |
16 |
| - |
17 | 15 | .Deprecated parameters
|
18 | 16 | [opts=header]
|
19 | 17 | |===
|
20 |
| -| name | type | default | description |
21 |
| -| labels | List<String> | [] | deprecated, use `includeLabels` |
22 |
| -| rels | List<String> | [] | deprecated, use `includeRels` |
23 |
| -| excludes | List<String> | [] | deprecated, use `excludeLabels` |
| 18 | +| Name | Type | Default | Description |
| 19 | +| labels | List<String> | [] | Deprecated, use `includeLabels`. |
| 20 | +| rels | List<String> | [] | Deprecated, use `includeRels`. |
| 21 | +| excludes | List<String> | [] | Deprecated, use `excludeLabels`. |
24 | 22 | |===
|
0 commit comments