次の方法で共有


AmazonS3ReadSettings.EnablePartitionDiscovery プロパティ

定義

パーティション検出を有効にするかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="enablePartitionDiscovery")]
public bool? EnablePartitionDiscovery { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enablePartitionDiscovery")>]
member this.EnablePartitionDiscovery : Nullable<bool> with get, set
Public Property EnablePartitionDiscovery As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象