| Package | Description |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Consts.BatchModifyEtlMetaType |
Consts.BatchModifyEtlMetaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consts.BatchModifyEtlMetaType[] |
Consts.BatchModifyEtlMetaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All Rights Reserved.