检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
索引操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testListIndices 查询索引 testCreateIndex 新建索引 testDeleteIndex 删除索引 父主题:
备份管理API 查看所有备份列表(1.0.0) 查看某个图的备份列表(1.0.0) 新增备份(1.0.0) 删除备份(1.0.0) 导出备份(2.3.16) 导入备份(2.3.16) 获取备份下载链接(2.4.3) 父主题: 管理面API(V2)
路径 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.path ShowPathDetailSample 查询路径详情 父主题: 内存版样例
targetProperties 否 Object 边文件中用于区分重复边的属性信息,JsonArray格式。请参见表3。 delimiter 否 Character csv格式文件字段分隔符,默认值为逗号(,)。list/set类型的字段内元素分隔符默认为分号(;)。 trimQuote 否 Character
图操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphoperation ImportGraphSample 导入图 ExportGraphSample 导出图 ClearGraphSample
自定义操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.customoperation ExecuteCustomActionSample 执行自定义操作 父主题: 内存版样例
索引操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testListIndices 查询索引 testCreateIndex 新建索引 testDeleteIndex 删除索引 父主题:
图统计 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphcount ShowGraphVersionSample 查询图版本信息 ShowGraphSummarySample 查询图概要信息 父主题:
图统计 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphcount ShowGraphVersionSample 查询图版本信息 ShowGraphSummarySample 查询图概要信息 父主题:
算法 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testShortestPath 最短路径算法 testShortestPathOfVertexSets 点集最短路径算法 test
算法 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testShortestPath 最短路径算法 testShortestPathOfVertexSets 点集最短路径算法 test
图统计 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testShowGraphVersion 查询图版本信息 testShowGraphSummary 查询图概要信息 父主题: 持久化版样例
子图操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.subgraph QuerySubgraphSample 子图查询 SubgraphExecuteAlgorithmSample 执行子图算法 父主题:
Job管理 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence waitJob 查询Job状态 testListJobs 查询Job列表 父主题: 持久化版样例
子图操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.subgraph QuerySubgraphSample 子图查询 SubgraphExecuteAlgorithmSample 执行子图算法 父主题:
图统计 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testShowGraphVersion 查询图版本信息 testShowGraphSummary 查询图概要信息 父主题: 持久化版样例
huaweicloudsdkcore.http.http_config import HttpConfig # 认证用的ak和sk硬编码到代码中或者明文存储都有很大的安全风险,建议在配置文件或者环境变量中密文存放,使用时解密,确保安全 # 本示例以ak和sk保存在环境变量中来实现身
元数据操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testAddLabel 添加Label testUpdateLabel 更新Label testQueryGraphSchemaDetail
元数据操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testAddLabel 添加Label testUpdateLabel 更新Label testQueryGraphSchemaDetail
查询语言 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.querylanguage ExecuteGremlinSample 执行Gremlin查询 ExecuteCypherQuerySample 执行Cypher查询