AzureDataLakeStoreOutputDataSource interface
Describes an Azure Data Lake Store output data source.
- Extends
Properties
account |
The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. |
authentication |
Authentication Mode. |
date |
The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. |
file |
The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. |
refresh |
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. |
tenant |
The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. |
time |
The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. |
token |
The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. |
token |
The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
accountName
The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
accountName?: string
Property Value
string
authenticationMode
Authentication Mode.
authenticationMode?: string
Property Value
string
dateFormat
The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
dateFormat?: string
Property Value
string
filePathPrefix
The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
filePathPrefix?: string
Property Value
string
refreshToken
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.
refreshToken?: string
Property Value
string
tenantId
The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
tenantId?: string
Property Value
string
timeFormat
The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
timeFormat?: string
Property Value
string
tokenUserDisplayName
The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
tokenUserDisplayName?: string
Property Value
string
tokenUserPrincipalName
The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
tokenUserPrincipalName?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Microsoft.DataLake/Accounts"
Property Value
"Microsoft.DataLake/Accounts"