Skip to main content

IndexInfo

entityTypestringrequired

NODE or RELATIONSHIP

labelsstring[]nullablerequired

Labels or types the index applies to

namestringrequired

Index name

propertiesstring[]nullablerequired

Indexed properties

statestringrequired

Index state (ONLINE, POPULATING, etc.)

typestringrequired

Index type (BTREE, FULLTEXT, VECTOR, etc.)

IndexInfo
{
"entityType": "string",
"labels": "Unknown Type: array,null",
"name": "string",
"properties": "Unknown Type: array,null",
"state": "string",
"type": "string"
}