| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchModifyEtlMetaStatusResponse |
LogService.batchModifyEtlMetaStatus(String project,
String etlMetaName,
ArrayList<String> etlMetaKeyList,
Consts.BatchModifyEtlMetaType type)
modify all etlMeta status with specified etlMetaKey(List), and etlMetaTag will not be checked, List size should be [1, 200]
|
BatchModifyEtlMetaStatusResponse |
Client.batchModifyEtlMetaStatus(String project,
String etlMetaName,
ArrayList<String> etlMetaKeyList,
Consts.BatchModifyEtlMetaType type) |
BatchModifyEtlMetaStatusResponse |
LogService.batchModifyEtlMetaStatus(String project,
String etlMetaName,
ArrayList<String> etlMetaKeyList,
String etlMetaTag,
Consts.BatchModifyEtlMetaType type)
modify all etlMeta status with specified etlMetaKey(List), modify operation double checked with etlMetaTag, List size should be [1, 200]
|
BatchModifyEtlMetaStatusResponse |
Client.batchModifyEtlMetaStatus(String project,
String etlMetaName,
ArrayList<String> etlMetaKeyList,
String etlMetaTag,
Consts.BatchModifyEtlMetaType type) |
BatchModifyEtlMetaStatusResponse |
LogService.batchModifyEtlMetaStatus(String project,
String etlMetaName,
String etlMetaTag,
Consts.BatchModifyEtlMetaType type)
modify all etlMeta status with specified etlMetaTag, and value of etlMetaTag must not be reserved string `__all_etl_meta_tag_match__`
|
BatchModifyEtlMetaStatusResponse |
Client.batchModifyEtlMetaStatus(String project,
String etlMetaName,
String etlMetaTag,
Consts.BatchModifyEtlMetaType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Consts.BatchModifyEtlMetaType |
Consts.BatchModifyEtlMetaType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Consts.BatchModifyEtlMetaType[] |
Consts.BatchModifyEtlMetaType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All Rights Reserved.