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
파일 보기 프로젝트 열기: IntelliTect/rhino-etl

보호된 메소드들

메소드 설명
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