Share via


DocumentCollectionInfo Class

Definition

Holds information specifying how to get Document collection.

public class DocumentCollectionInfo
type DocumentCollectionInfo = class
Public Class DocumentCollectionInfo
Inheritance
DocumentCollectionInfo

Constructors

DocumentCollectionInfo()

Initializes a new instance of the DocumentCollectionInfo class.

DocumentCollectionInfo(DocumentCollectionInfo)

Initializes a new instance of the DocumentCollectionInfo class.

Properties

CollectionName

Gets or sets the name of the Document collection.

ConnectionPolicy

Gets or sets the connection policy to connect to Document service.

ConsistencyLevel

Gets or sets the consistency level. Default is null which means it will be used a collection level consistency.

DatabaseName

Gets or sets the name of the database the collection resides in.

MasterKey

Gets or sets the secret master key to connect to the Document service.

Uri

Gets or sets the Uri of the Document service.

Applies to