GoogleCloudStorageLocation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
その他のプロパティ。 (継承元 DatasetLocation) |
BucketName |
Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)。 |
FileName |
データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 (継承元 DatasetLocation) |
FolderPath |
データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)。 (継承元 DatasetLocation) |
Version |
Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET