public class FlashbackCollection extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlashbackCollection() | 
| FlashbackCollection(FlashbackCollection source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCollectionName()Get 指定按 Key 闪回源数据库集合名。 | 
| String | getFilterKey()Get 指定用于过滤按 Key 闪回的 Key(键)。 | 
| FBKeyValue[] | getKeyValues()Get 指定用于按 Key 闪回的键值对。数组元素最大限制为 50000。 | 
| String | getTargetResultCollectionName()Get 指定按 Key 闪回目标数据库集合名。 | 
| void | setCollectionName(String CollectionName)Set 指定按 Key 闪回源数据库集合名。 | 
| void | setFilterKey(String FilterKey)Set 指定用于过滤按 Key 闪回的 Key(键)。 | 
| void | setKeyValues(FBKeyValue[] KeyValues)Set 指定用于按 Key 闪回的键值对。数组元素最大限制为 50000。 | 
| void | setTargetResultCollectionName(String TargetResultCollectionName)Set 指定按 Key 闪回目标数据库集合名。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FlashbackCollection()
public FlashbackCollection(FlashbackCollection source)
public String getCollectionName()
public void setCollectionName(String CollectionName)
CollectionName - 指定按 Key 闪回源数据库集合名。public String getTargetResultCollectionName()
public void setTargetResultCollectionName(String TargetResultCollectionName)
TargetResultCollectionName - 指定按 Key 闪回目标数据库集合名。public String getFilterKey()
public void setFilterKey(String FilterKey)
FilterKey - 指定用于过滤按 Key 闪回的 Key(键)。public FBKeyValue[] getKeyValues()
public void setKeyValues(FBKeyValue[] KeyValues)
KeyValues - 指定用于按 Key 闪回的键值对。数组元素最大限制为 50000。Copyright © 2025. All rights reserved.