次の方法で共有


AzureDataLakeStoreReadSettings interface

Azure Data Lake Store の読み取り設定。

Extends

プロパティ

deleteFilesAfterCompletion

コピーの完了後にソース ファイルを削除する必要があるかどうかを示します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

enablePartitionDiscovery

パーティション検出を有効にするかどうかを示します。 型: boolean (または resultType ブール値を持つ式)。

fileListPath

コピーする各ファイル (データセットで構成されているパスへの相対パス) を一覧表示するテキスト ファイルをポイントします。 型: string (または resultType 文字列を含む式)。

listAfter

ファイル名/フォルダー名の辞書順序に基づいて、値の後にファイルを一覧表示します (排他的)。 データ セット内の folderPath の下に適用され、folderPath の下にあるファイル/サブフォルダーをフィルター処理します。 型: string (または resultType 文字列を含む式)。

listBefore

ファイル名/フォルダー名の辞書順序に基づいて、値の前にファイルを一覧表示します (包括的)。 データ セット内の folderPath の下に適用され、folderPath の下にあるファイル/サブフォルダーをフィルター処理します。 型: string (または resultType 文字列を含む式)。

modifiedDatetimeEnd

ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。

modifiedDatetimeStart

ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。

partitionRootPath

パーティション検出の開始元のルート パスを指定します。 型: string (または resultType 文字列を含む式)。

recursive

true の場合、フォルダー パスの下のファイルは再帰的に読み取られます。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

wildcardFileName

ADLS wildcardFileName。 型: string (または resultType 文字列を含む式)。

wildcardFolderPath

ADLS wildcardFolderPath。 型: string (または resultType 文字列を含む式)。

継承されたプロパティ

maxConcurrentConnections

ソース データ ストアの最大同時接続数。 型: 整数 (または resultType 整数を持つ式)。

プロパティの詳細

deleteFilesAfterCompletion

コピーの完了後にソース ファイルを削除する必要があるかどうかを示します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

deleteFilesAfterCompletion?: any

プロパティ値

any

enablePartitionDiscovery

パーティション検出を有効にするかどうかを示します。 型: boolean (または resultType ブール値を持つ式)。

enablePartitionDiscovery?: any

プロパティ値

any

fileListPath

コピーする各ファイル (データセットで構成されているパスへの相対パス) を一覧表示するテキスト ファイルをポイントします。 型: string (または resultType 文字列を含む式)。

fileListPath?: any

プロパティ値

any

listAfter

ファイル名/フォルダー名の辞書順序に基づいて、値の後にファイルを一覧表示します (排他的)。 データ セット内の folderPath の下に適用され、folderPath の下にあるファイル/サブフォルダーをフィルター処理します。 型: string (または resultType 文字列を含む式)。

listAfter?: any

プロパティ値

any

listBefore

ファイル名/フォルダー名の辞書順序に基づいて、値の前にファイルを一覧表示します (包括的)。 データ セット内の folderPath の下に適用され、folderPath の下にあるファイル/サブフォルダーをフィルター処理します。 型: string (または resultType 文字列を含む式)。

listBefore?: any

プロパティ値

any

modifiedDatetimeEnd

ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。

modifiedDatetimeEnd?: any

プロパティ値

any

modifiedDatetimeStart

ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。

modifiedDatetimeStart?: any

プロパティ値

any

partitionRootPath

パーティション検出の開始元のルート パスを指定します。 型: string (または resultType 文字列を含む式)。

partitionRootPath?: any

プロパティ値

any

recursive

true の場合、フォルダー パスの下のファイルは再帰的に読み取られます。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。

recursive?: any

プロパティ値

any

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "AzureDataLakeStoreReadSettings"

プロパティ値

"AzureDataLakeStoreReadSettings"

wildcardFileName

ADLS wildcardFileName。 型: string (または resultType 文字列を含む式)。

wildcardFileName?: any

プロパティ値

any

wildcardFolderPath

ADLS wildcardFolderPath。 型: string (または resultType 文字列を含む式)。

wildcardFolderPath?: any

プロパティ値

any

継承されたプロパティの詳細

maxConcurrentConnections

ソース データ ストアの最大同時接続数。 型: 整数 (または resultType 整数を持つ式)。

maxConcurrentConnections?: any

プロパティ値

any

StoreReadSettings.maxConcurrentConnections から継承された