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

DocumentCollectionInfo 类

定义

保存指定如何获取 Document 集合的信息。

public class DocumentCollectionInfo
type DocumentCollectionInfo = class
Public Class DocumentCollectionInfo
继承
DocumentCollectionInfo

构造函数

DocumentCollectionInfo()

初始化 DocumentCollectionInfo 类的新实例。

DocumentCollectionInfo(DocumentCollectionInfo)

初始化 DocumentCollectionInfo 类的新实例。

属性

CollectionName

获取或设置 Document 集合的名称。

ConnectionPolicy

获取或设置连接到文档服务的连接策略。

ConsistencyLevel

获取或设置一致性级别。 默认值为 null,这意味着它将用于集合级别的一致性。

DatabaseName

获取或设置集合所在的数据库的名称。

MasterKey

获取或设置连接到文档服务的机密主密钥。

Uri

获取或设置文档服务的 URI。

适用于