Package apoc.result
Class IndexConstraintNodeInfo
java.lang.Object
apoc.result.IndexConstraintNodeInfo
Created by alberto.delazzari on 04/07/17.
-
Field Details
-
name
-
label
-
properties
-
status
-
type
-
failure
-
populationProgress
public final double populationProgress -
size
public final long size -
valuesSelectivity
public final double valuesSelectivity -
userDescription
-
-
Constructor Details
-
IndexConstraintNodeInfo
public IndexConstraintNodeInfo(String name, Object label, List<String> properties, String status, String schemaType, String failure, float populationProgress, long size, double valuesSelectivity, String userDescription) Default constructor- Parameters:
name-label-properties-status- status of the index, if it's a constraint it will be emptyschemaType- if it is an index type will be "INDEX" otherwise it will be the type of constraintfailure-populationProgress-size-userDescription-
-