你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeStoreOutputDataSource 类

定义

介绍 Azure Data Lake Store 输出数据源。

public class DataLakeStoreOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type DataLakeStoreOutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class DataLakeStoreOutputDataSource
Inherits StreamingJobOutputDataSource
继承
DataLakeStoreOutputDataSource

构造函数

DataLakeStoreOutputDataSource()

初始化 DataLakeStoreOutputDataSource 的新实例。

属性

AccountName

Azure Data Lake Store 帐户的名称。 在 PUT (CreateOrReplace) 请求时是必需的。

AuthenticationMode

身份验证模式。

DateFormat

日期格式。 只要 {date} 出现在 filePathPrefix 中,此属性的值将改为用作日期格式。

FilePathPrefix

输出应写入到的文件的位置。 在 PUT (CreateOrReplace) 请求时是必需的。

RefreshToken

刷新令牌,可用于获取有效的访问令牌,然后可用于向数据源进行身份验证。 有效的刷新令牌目前只能通过 Azure 门户获取。 建议在创建数据源时在此处放置一个虚拟字符串值,然后转到 Azure 门户对数据源进行身份验证,这将使用有效的刷新令牌更新此属性。 在 PUT (CreateOrReplace) 请求时是必需的。

TenantId

用于获取刷新令牌的用户的租户 ID。 在 PUT (CreateOrReplace) 请求时是必需的。

TimeFormat

时间格式。 只要 {time} 出现在 filePathPrefix 中,此属性的值就用作时间格式。

TokenUserDisplayName

用于获取刷新令牌的用户的用户显示名称。 使用此属性有助于记住使用哪个用户获取刷新令牌。

TokenUserPrincipalName

用户主体名称 (用于获取刷新令牌的用户的 UPN) 。 使用此属性有助于记住使用哪个用户获取刷新令牌。

适用于