Enum AzureDataLakeStoreAuthentication
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum AzureDataLakeStoreAuthentication
Fields
Fields | Description |
---|---|
ServiceIdentity | Uses ClientId, SecretKey, and Tenant properties to authenticate an Azure Data Lake Store connection. |
UserIdentity | Uses Username and Password to authenticate an Azure Data Lake Store connection. |