public class UpdateFileMetaIndexDemo extends Object
| Constructor and Description |
|---|
UpdateFileMetaIndexDemo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
updateFileMetaIndex(COSClient client)
updateFileMetaIndex 更新数据集内已索引的一个文件的部分元数据。
并非所有的元数据都允许您自定义更新,在您发起更新请求时需要填写数据集,默认会根据该数据集的算子进行元数据重新提取并更新已存在的索引,此外您也可以更新部分自定义的元数据索引,如CustomTags、CustomId等字段,具体请参考请求参数一节。
该接口属于 PUT 请求。
|
public static void main(String[] args)
public static void updateFileMetaIndex(COSClient client)
Copyright © 2024. All rights reserved.