RemoteIndexSpec
#
Bases: object
Create a RemoteIndexSpec specifying which node and edge properties to index.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
node_props
|
PropsInput
|
Property spec for nodes. |
required |
edge_props
|
PropsInput
|
Property spec for edges. |
required |
__new__(node_props, edge_props)
#
Create and return a new object. See help(type) for accurate signature.