ConfigValuesCollection Class

Definition

Collection of configuration properties for Hadoop services.

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))
Inheritance
ConfigValuesCollection

Constructors

ConfigValuesCollection()

Applies to