C# Class Xigadee.DocumentDbConnection

This is the root documentdb connection object.
Datei anzeigen Open project: xigadee/Microservice Class Usage Examples

Public Methods

Method Description
DocumentDbConnection ( string account, string base64key ) : System

This is the default constructor for the DocumentDb connection.

ToConnection ( string account, string base64key ) : DocumentDbConnection

Method Details

DocumentDbConnection() public method

This is the default constructor for the DocumentDb connection.
public DocumentDbConnection ( string account, string base64key ) : System
account string The acoount name.
base64key string The accountkey as a base64 encoded key.
return System

ToConnection() public static method

public static ToConnection ( string account, string base64key ) : DocumentDbConnection
account string
base64key string
return DocumentDbConnection