次の方法で共有


ConfigValuesCollection クラス

定義

Hadoop サービスの構成プロパティのコレクション。

public sealed class ConfigValuesCollection : System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<string,string>>
type ConfigValuesCollection = class
    inherit Collection<KeyValuePair<string, string>>
Public NotInheritable Class ConfigValuesCollection
Inherits Collection(Of KeyValuePair(Of String, String))
継承
ConfigValuesCollection

コンストラクター

ConfigValuesCollection()

Hadoop サービスの構成プロパティのコレクション。

適用対象