public class DescribeDatabasesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDatabasesRequest() | 
| DescribeDatabasesRequest(DescribeDatabasesRequest 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 | 
|---|---|
| Boolean | getAsc()Get 排序类型:false:降序(默认)、true:升序 | 
| String | getDatasourceConnectionName()Get 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalog | 
| String | getDescribeType()Get 查询类型:all:全部数据(默认)、permission:有权限的数据
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。 | 
| String | getKeyWord()Get 模糊匹配,库名关键字。 | 
| Long | getLimit()Get 返回数量,默认为10,最大值为100。 | 
| Long | getOffset()Get 数据偏移量,从0开始,默认为0。 | 
| String | getSort()Get 排序字段,CreateTime:创建时间,Name:数据库名称 | 
| void | setAsc(Boolean Asc)Set 排序类型:false:降序(默认)、true:升序 | 
| void | setDatasourceConnectionName(String DatasourceConnectionName)Set 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalog | 
| void | setDescribeType(String DescribeType)Set 查询类型:all:全部数据(默认)、permission:有权限的数据
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。 | 
| void | setKeyWord(String KeyWord)Set 模糊匹配,库名关键字。 | 
| void | setLimit(Long Limit)Set 返回数量,默认为10,最大值为100。 | 
| void | setOffset(Long Offset)Set 数据偏移量,从0开始,默认为0。 | 
| void | setSort(String Sort)Set 排序字段,CreateTime:创建时间,Name:数据库名称 | 
| 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 DescribeDatabasesRequest()
public DescribeDatabasesRequest(DescribeDatabasesRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为10,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset - 数据偏移量,从0开始,默认为0。public String getKeyWord()
public void setKeyWord(String KeyWord)
KeyWord - 模糊匹配,库名关键字。public String getDatasourceConnectionName()
public void setDatasourceConnectionName(String DatasourceConnectionName)
DatasourceConnectionName - 数据源唯名称,该名称可以通过DescribeDatasourceConnection接口查询到。默认为DataLakeCatalogpublic String getSort()
public void setSort(String Sort)
Sort - 排序字段,CreateTime:创建时间,Name:数据库名称public Boolean getAsc()
public void setAsc(Boolean Asc)
Asc - 排序类型:false:降序(默认)、true:升序public String getDescribeType()
public void setDescribeType(String DescribeType)
DescribeType - 查询类型:all:全部数据(默认)、permission:有权限的数据
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。Copyright © 2025. All rights reserved.