@RestController
@RequestMapping(value="/api/v1.2/graph-connections/{connId}/schema/propertyindexes")
public class PropertyIndexController
extends SchemaController
ORDER_ASC, ORDER_DESC| Constructor and Description |
|---|
PropertyIndexController() |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<PropertyIndex> |
list(int connId,
boolean isVertexLabel,
String content,
int pageNo,
int pageSize) |
checkParamsValid, checkProperties, checkPropertyIndexes, displayInSchemaView, listInPage, sortByCreateTime, sortByName, sortByRelativitycheckIdSameAsBody, checkParamsNotEmpty, checkParamsNotEmpty, mergeEntity@GetMapping public com.baomidou.mybatisplus.core.metadata.IPage<PropertyIndex> list(@PathVariable(value="connId") int connId, @RequestParam(name="is_vertex_label") boolean isVertexLabel, @RequestParam(name="content",required=false) String content, @RequestParam(name="page_no",required=false,defaultValue="1") int pageNo, @RequestParam(name="page_size",required=false,defaultValue="10") int pageSize)
Copyright © 2024 The Apache Software Foundation. All rights reserved.