次の方法で共有


GoogleCloudStorageReadSettings クラス

定義

Google Cloud Storage の読み取り設定。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleCloudStorageReadSettings+GoogleCloudStorageReadSettingsConverter))]
public class GoogleCloudStorageReadSettings : Azure.Analytics.Synapse.Artifacts.Models.StoreReadSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleCloudStorageReadSettings+GoogleCloudStorageReadSettingsConverter))>]
type GoogleCloudStorageReadSettings = class
    inherit StoreReadSettings
Public Class GoogleCloudStorageReadSettings
Inherits StoreReadSettings
継承
GoogleCloudStorageReadSettings
属性

コンストラクター

GoogleCloudStorageReadSettings()

GoogleCloudStorageReadSettings の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 StoreReadSettings)
DeleteFilesAfterCompletion

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

EnablePartitionDiscovery

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

FileListPath

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

MaxConcurrentConnections

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

(継承元 StoreReadSettings)
ModifiedDatetimeEnd

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

ModifiedDatetimeStart

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

PartitionRootPath

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

Prefix

Google Cloud Storage オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。

Recursive

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

WildcardFileName

Google Cloud Storage のワイルドカードFileName。 型: string (または resultType 文字列を含む式)。

WildcardFolderPath

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

適用対象