Azure Data Lake Store Output Data Source Response
data class AzureDataLakeStoreOutputDataSourceResponse(val accountName: String? = null, val dateFormat: String? = null, val filePathPrefix: String? = null, val refreshToken: String? = null, val tenantId: String? = null, val timeFormat: String? = null, val tokenUserDisplayName: String? = null, val tokenUserPrincipalName: String? = null, val type: String)
Describes an Azure Data Lake Store output data source.
Constructors
Link copied to clipboard
fun AzureDataLakeStoreOutputDataSourceResponse(accountName: String? = null, dateFormat: String? = null, filePathPrefix: String? = null, refreshToken: String? = null, tenantId: String? = null, timeFormat: String? = null, tokenUserDisplayName: String? = null, tokenUserPrincipalName: String? = null, type: String)
Types
Properties
Link copied to clipboard
A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.