Rate This Document
Findability
Accuracy
Completeness
Readability

saveGraph

API Definition

def saveGraph(path: string) -> int

Function

Saves a graph index to a specified path in a single process.

Parameters

Parameter

Description

Data Type

Value Range

path

Path for storing the graph index.

Character string

The length must be less than 199 characters.

Return Value

Data Type

Description

int

This API is a wrapper for an underlying C++ API, which controls exception handling.