Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureDataLakeStoreOutputDataSource

Package version

Describes an Azure Data Lake Store output data source.

Hierarchy

  • AzureDataLakeStoreOutputDataSource

Index

Properties

Optional accountName

accountName: undefined | string

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

Optional dateFormat

dateFormat: undefined | string

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

Optional filePathPrefix

filePathPrefix: undefined | string

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

Optional refreshToken

refreshToken: undefined | string

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.

Optional tenantId

tenantId: undefined | string

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

Optional timeFormat

timeFormat: undefined | string

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

Optional tokenUserDisplayName

tokenUserDisplayName: undefined | string

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.

Optional tokenUserPrincipalName

tokenUserPrincipalName: undefined | string

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.

type

type: "Microsoft.DataLake/Accounts"

Polymorphic Discriminator

Generated using TypeDoc