AzureDataLakeStoreOutputDataSource Class

Definition

Describes an Azure Data Lake Store output data source.

[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
Inheritance
AzureDataLakeStoreOutputDataSource
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureDataLakeStoreOutputDataSource()

Initializes a new instance of the AzureDataLakeStoreOutputDataSource class.

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

Initializes a new instance of the AzureDataLakeStoreOutputDataSource class.

Properties

AccountName

Gets or sets the name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.

AuthenticationMode

Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

DateFormat

Gets or sets the date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.

FilePathPrefix

Gets or sets the location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.

RefreshToken

Gets or sets 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.

TenantId

Gets or sets the tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.

TimeFormat

Gets or sets the time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.

TokenUserDisplayName

Gets or sets 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.

TokenUserPrincipalName

Gets or sets 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.

Applies to