次の方法で共有


GoogleCloudStorageLocation クラス

定義

Google Cloud Storage データセットの場所。

public class GoogleCloudStorageLocation : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type GoogleCloudStorageLocation = class
    inherit DatasetLocation
Public Class GoogleCloudStorageLocation
Inherits DatasetLocation
継承
GoogleCloudStorageLocation

コンストラクター

GoogleCloudStorageLocation()

GoogleCloudStorageLocation クラスの新しいインスタンスを初期化します。

GoogleCloudStorageLocation(IDictionary<String,Object>, Object, Object, Object, Object)

GoogleCloudStorageLocation クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

(継承元 DatasetLocation)
BucketName

Google Cloud Storage の bucketName を取得または設定します。 型: string (または resultType 文字列を含む式)

FileName

データセットのファイル名を取得または設定します。 型: string (または resultType 文字列を含む式)。

(継承元 DatasetLocation)
FolderPath

データセットのフォルダー パスを取得または設定します。 型: string (または resultType 文字列を含む式)

(継承元 DatasetLocation)
Version

Google Cloud Storage のバージョンを取得または設定します。 型: string (または resultType 文字列を含む式)。

適用対象