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

AzureDataLakeStoreOutputDataSource 类

定义

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

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.DataLake/Accounts")]
public class AzureDataLakeStoreOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.DataLake/Accounts")>]
type AzureDataLakeStoreOutputDataSource = class
    inherit OutputDataSource
Public Class AzureDataLakeStoreOutputDataSource
Inherits OutputDataSource
继承
AzureDataLakeStoreOutputDataSource
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureDataLakeStoreOutputDataSource()

初始化 AzureDataLakeStoreOutputDataSource 类的新实例。

AzureDataLakeStoreOutputDataSource(String, String, String, String, String, String, String, String, String)

初始化 AzureDataLakeStoreOutputDataSource 类的新实例。

属性

AccountName

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

AuthenticationMode

获取或设置身份验证模式。 可能的值包括:“Msi”、“UserToken”、“ConnectionString”

DateFormat

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

FilePathPrefix

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

RefreshToken

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

TenantId

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

TimeFormat

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

TokenUserDisplayName

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

TokenUserPrincipalName

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

适用于