C# Class Rhino.Etl.Core.Operations.AbstractDocumentDbOperation

Represent an operation that uses Azure DocumentDB that can occur during the ETL process
Inheritance: Rhino.Etl.Core.Operations.AbstractOperation
Mostrar archivo Open project: IntelliTect/rhino-etl

Protected Methods

Method Description
AbstractDocumentDbOperation ( string endpointUrlName, string endpointKeyName, string documentDatabase, string documentCollection ) : System

Initializes a new instance of the AbstractDocumentDbOperation class.

Method Details

AbstractDocumentDbOperation() protected method

Initializes a new instance of the AbstractDocumentDbOperation class.
protected AbstractDocumentDbOperation ( string endpointUrlName, string endpointKeyName, string documentDatabase, string documentCollection ) : System
endpointUrlName string Appsetting key for Url to DocumentDb endpoint.
endpointKeyName string Appsetting key for Key for DocumentDB
documentDatabase string The Database to query
documentCollection string The DocumentCollection to query
return System