Share via


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

ExcludedPath 类

定义

指定要在为 Azure Cosmos DB 服务编制数据索引时排除的 JSON 文档中的路径。

public sealed class ExcludedPath : Microsoft.Azure.Documents.JsonSerializable
type ExcludedPath = class
    inherit JsonSerializable
Public NotInheritable Class ExcludedPath
Inherits JsonSerializable
继承
ExcludedPath
实现

构造函数

ExcludedPath()

为 Azure Cosmos DB 服务初始化 类的新实例 ExcludedPath

属性

Path

获取或设置要从 Azure Cosmos DB 服务中的索引中排除的路径。

方法

Clone()

在 Azure Cosmos DB 服务中创建排除路径的副本。

LoadFrom(JsonReader)

从 Azure Cosmos DB 服务中的指定 JSON 读取器加载对象。

(继承自 JsonSerializable)
LoadFrom(JsonReader, JsonSerializerSettings)

从 Azure Cosmos DB 服务中的指定 JSON 读取器加载对象。

(继承自 JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy)

将对象保存到 Azure Cosmos DB 服务中的指定流。

(继承自 JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy, JsonSerializerSettings)

将对象保存到 Azure Cosmos DB 服务中的指定流。

(继承自 JsonSerializable)
ToString()

返回 Azure Cosmos DB 服务中对象的字符串表示形式。

(继承自 JsonSerializable)

适用于