Enum AzureDataLakeStoreAuthentication
C#
public enum AzureDataLakeStoreAuthentication
Fields
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. |