
# 点操作
#### 样例类名
|                  代码样例文件路径                   |              代码样例文件名               |                                对应的API                                |
|---|---|---|
| com.huawei.ges.graph.sdk.v1.examples.vertex | VertexsFilterQuerySample           | [点过滤查询](https://support.huaweicloud.com/api-ges/ges_03_0023.html)    |
| com.huawei.ges.graph.sdk.v1.examples.vertex | QueryVertexsDetailsSample          | [点详情查询](https://support.huaweicloud.com/api-ges/ges_03_0025.html)    |
| com.huawei.ges.graph.sdk.v1.examples.vertex | AddVertexSample                    | [添加点](https://support.huaweicloud.com/api-ges/ges_03_0052.html)      |
| com.huawei.ges.graph.sdk.v1.examples.vertex | DeleteVertexSample                 | [删除点](https://support.huaweicloud.com/api-ges/ges_03_0053.html)      |
| com.huawei.ges.graph.sdk.v1.examples.vertex | UpdateVertexPropertiesSample       | [更新点属性](https://support.huaweicloud.com/api-ges/ges_03_0097.html)    |
| com.huawei.ges.graph.sdk.v1.examples.vertex | BatchVertexsQuerySample            | [批量点查询](https://support.huaweicloud.com/api-ges/ges_03_0106.html)    |
| com.huawei.ges.graph.sdk.v1.examples.vertex | BatchAddVertexsSample              | [批量添加点](https://support.huaweicloud.com/api-ges/ges_03_0163.html)    |
| com.huawei.ges.graph.sdk.v1.examples.vertex | BatchDeleteVertexsSample           | [批量删除点](https://support.huaweicloud.com/api-ges/ges_03_0152.html)    |
| com.huawei.ges.graph.sdk.v1.examples.vertex | BatchUpdateVertexsPropertiesSample | [批量更新点属性](https://support.huaweicloud.com/api-ges/ges_03_0153.html)  |
| com.huawei.ges.graph.sdk.v1.examples.vertex | AddVertexLabelSample               | [添加点label](https://support.huaweicloud.com/api-ges/ges_03_0099.html) |
| com.huawei.ges.graph.sdk.v1.examples.vertex | DeleteVertexLabelSample            | [删除点label](https://support.huaweicloud.com/api-ges/ges_03_0100.html) |
| com.huawei.ges.graph.sdk.v1.examples.vertex | ExportFilteredVertexsSample        | [导出过滤后的点](https://support.huaweicloud.com/api-ges/ges_03_0189.html)  |
| com.huawei.ges.graph.sdk.v1.examples.vertex | DeleteFilteredVertexsSample        | [删除过滤后的点](https://support.huaweicloud.com/api-ges/ges_03_0210.html)  |
   
