Share via


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

IncludedPath 类

定义

指定要包含在 Azure Cosmos DB 服务中的 JSON 文档中的路径。

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

构造函数

IncludedPath()

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

属性

Indexes

获取或设置要应用于 Azure Cosmos DB 服务中此包含路径的对象集合 Index

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)

适用于