共用方式為


AzureDataLakeStoreOutputDataSourceProperties interface

與 Azure Data Lake Store 相關聯的屬性。

Extends

屬性

accountName

Azure Data Lake Store 帳戶的名稱。 PUT (CreateOrReplace) 要求的必要專案。

authenticationMode

驗證模式。

dateFormat

日期格式。 無論 {date} 出現在 filePathPrefix 中,此屬性的值會改用為日期格式。

filePathPrefix

應該寫入輸出之檔案的位置。 PUT (CreateOrReplace) 要求的必要專案。

tenantId

用來取得重新整理令牌之使用者的租用戶標識碼。 PUT (CreateOrReplace) 要求的必要專案。

timeFormat

時間格式。 無論 {time} 出現在 filePathPrefix 中,此屬性的值會改用為時間格式。

繼承的屬性

refreshToken

重新整理令牌,可用來取得有效的存取令牌,然後可用來向數據源進行驗證。 有效的重新整理令牌目前只能透過 Azure 入口網站取得。 建議您在建立數據源時在此處放置虛擬字串值,然後移至 Azure 入口網站來驗證數據源,以有效的重新整理令牌來更新此屬性。 PUT (CreateOrReplace) 要求的必要專案。

tokenUserDisplayName

用來取得重新整理令牌的用戶顯示名稱。 使用此屬性可協助記住哪些用戶用來取得重新整理令牌。

tokenUserPrincipalName

用來取得重新整理令牌之用戶的用戶主體名稱(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

用來取得重新整理令牌之使用者的租用戶標識碼。 PUT (CreateOrReplace) 要求的必要專案。

tenantId?: string

屬性值

string

timeFormat

時間格式。 無論 {time} 出現在 filePathPrefix 中,此屬性的值會改用為時間格式。

timeFormat?: string

屬性值

string

繼承的屬性詳細資料

refreshToken

重新整理令牌,可用來取得有效的存取令牌,然後可用來向數據源進行驗證。 有效的重新整理令牌目前只能透過 Azure 入口網站取得。 建議您在建立數據源時在此處放置虛擬字串值,然後移至 Azure 入口網站來驗證數據源,以有效的重新整理令牌來更新此屬性。 PUT (CreateOrReplace) 要求的必要專案。

refreshToken?: string

屬性值

string

繼承自OAuthBasedDataSourceProperties.refreshToken

tokenUserDisplayName

用來取得重新整理令牌的用戶顯示名稱。 使用此屬性可協助記住哪些用戶用來取得重新整理令牌。

tokenUserDisplayName?: string

屬性值

string

繼承自OAuthBasedDataSourceProperties.tokenUserDisplayName

tokenUserPrincipalName

用來取得重新整理令牌之用戶的用戶主體名稱(UPN)。 使用此屬性可協助記住哪些用戶用來取得重新整理令牌。

tokenUserPrincipalName?: string

屬性值

string

繼承自OAuthBasedDataSourceProperties.tokenUserPrincipalName