OracleCloudStorageLocation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Oracle Cloud Storage データセットの場所。
public class OracleCloudStorageLocation : Azure.ResourceManager.DataFactory.Models.DatasetLocation
type OracleCloudStorageLocation = class
inherit DatasetLocation
Public Class OracleCloudStorageLocation
Inherits DatasetLocation
- 継承
コンストラクター
OracleCloudStorageLocation() |
OracleCloudStorageLocation の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
[追加のプロパティ] このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。 例 :
|
BucketName |
Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)。 |
FileName |
データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 (継承元 DatasetLocation) |
FolderPath |
データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)。 (継承元 DatasetLocation) |
Version |
Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 |