GoogleCloudStorageLocation クラス

定義

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

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

コンストラクター

GoogleCloudStorageLocation()

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

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 DatasetLocation)
BucketName

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

FileName

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

(継承元 DatasetLocation)
FolderPath

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

(継承元 DatasetLocation)
Version

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

適用対象