DocumentCollectionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET