AzureDataLakeStoreOutputDataSourceProperties interface
与 Azure Data Lake Store 关联的属性。
属性
| account |
Azure Data Lake Store 帐户的名称。 PUT (CreateOrReplace) 请求时是必需的。 |
| authentication |
身份验证模式。 |
| date |
日期格式。 无论 {date} 出现在 filePathPrefix 中,此属性的值将改为用作日期格式。 |
| file |
输出应写入到的文件的位置。 PUT (CreateOrReplace) 请求时是必需的。 |
| tenant |
用于获取刷新令牌的用户的租户 ID。 PUT (CreateOrReplace) 请求时是必需的。 |
| time |
时间格式。 无论 {time} 出现在 filePathPrefix 中,此属性的值将改为用作时间格式。 |
继承属性
| refresh |
一个刷新令牌,可用于获取有效的访问令牌,然后可用于向数据源进行身份验证。 当前只能通过 Azure 门户获取有效的刷新令牌。 建议在创建数据源时在此处放置虚拟字符串值,然后转到 Azure 门户对数据源进行身份验证,该数据源将使用有效的刷新令牌更新此属性。 PUT (CreateOrReplace) 请求时是必需的。 |
| token |
用于获取刷新令牌的用户的用户显示名称。 使用此属性有助于记住哪些用户用于获取刷新令牌。 |
| token |
用于获取刷新令牌的用户的用户主体名称(UPN)。 使用此属性有助于记住哪些用户用于获取刷新令牌。 |
属性详细信息
accountName
Azure Data Lake Store 帐户的名称。 PUT (CreateOrReplace) 请求时是必需的。
accountName?: string
属性值
string
authenticationMode
身份验证模式。
authenticationMode?: string
属性值
string
dateFormat
日期格式。 无论 {date} 出现在 filePathPrefix 中,此属性的值将改为用作日期格式。
dateFormat?: string
属性值
string
filePathPrefix
输出应写入到的文件的位置。 PUT (CreateOrReplace) 请求时是必需的。
filePathPrefix?: string
属性值
string
tenantId
用于获取刷新令牌的用户的租户 ID。 PUT (CreateOrReplace) 请求时是必需的。
tenantId?: string
属性值
string
timeFormat
时间格式。 无论 {time} 出现在 filePathPrefix 中,此属性的值将改为用作时间格式。
timeFormat?: string
属性值
string
继承属性详细信息
refreshToken
一个刷新令牌,可用于获取有效的访问令牌,然后可用于向数据源进行身份验证。 当前只能通过 Azure 门户获取有效的刷新令牌。 建议在创建数据源时在此处放置虚拟字符串值,然后转到 Azure 门户对数据源进行身份验证,该数据源将使用有效的刷新令牌更新此属性。 PUT (CreateOrReplace) 请求时是必需的。
refreshToken?: string
属性值
string
tokenUserDisplayName
用于获取刷新令牌的用户的用户显示名称。 使用此属性有助于记住哪些用户用于获取刷新令牌。
tokenUserDisplayName?: string
属性值
string
tokenUserPrincipalName
用于获取刷新令牌的用户的用户主体名称(UPN)。 使用此属性有助于记住哪些用户用于获取刷新令牌。
tokenUserPrincipalName?: string
属性值
string