DocumentClient.readDatabase(String databaseLink, RequestOptions options) 方法
定义
Reads a database.
public ResourceResponse<Database> readDatabase(String databaseLink, RequestOptions options)
参数
- databaseLink
- String
the database link.
- options
- RequestOptions
the request options.
返回
the resource response with the read database.
例外
DocumentClientException
the document client exception.