你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExcludedPath 类

public class ExcludedPath extends JsonSerializable

表示 Azure Cosmos DB 数据库服务中 IndexingPolicy 的排除路径。

构造函数摘要

构造函数 说明
ExcludedPath()

构造函数。

ExcludedPath(String jsonString)

构造函数。

方法摘要

修饰符和类型 方法和描述
String getPath()

获取路径。

void setPath(String path)

设置路径。

继承成员

构造函数详细信息

ExcludedPath

public ExcludedPath()

构造函数。

ExcludedPath

public ExcludedPath(String jsonString)

构造函数。

参数:

jsonString - 表示排除路径的 json 字符串。

方法详细信息

getPath

public String getPath()

获取路径。

返回:

路径。

setPath

public void setPath(String path)

设置路径。

参数:

path - 路径。

适用于