C# Класс Rhino.Etl.Core.Operations.AbstractDocumentDbOperation

Represent an operation that uses Azure DocumentDB that can occur during the ETL process
Наследование: Rhino.Etl.Core.Operations.AbstractOperation
Показать файл Открыть проект

Защищенные методы

Метод Описание
AbstractDocumentDbOperation ( string endpointUrlName, string endpointKeyName, string documentDatabase, string documentCollection ) : System

Initializes a new instance of the AbstractDocumentDbOperation class.

Описание методов

AbstractDocumentDbOperation() защищенный Метод

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
Результат System