Package apoc.meta
Class SampleMetaConfig
java.lang.Object
apoc.meta.SampleMetaConfig
-
Constructor Summary
ConstructorsConstructorDescriptionSampleMetaConfig(Map<String, Object> config) SampleMetaConfig(Map<String, Object> config, Boolean shouldSampleByDefault) - sample: a long, i.e. -
Method Summary
-
Constructor Details
-
SampleMetaConfig
- sample: a long, i.e. "1 in (SAMPLE)". If set to 1000 this means that every 1000th node will be examined. It does **not** mean that a total of 1000 nodes will be sampled. - maxRels: the maximum number of relationships to look at per Node Label. -
SampleMetaConfig
-
-
Method Details
-
getSample
public long getSample() -
getMaxRels
public long getMaxRels()
-