Click or drag to resize

DfsConfiguration Class

Provides configuration for the distributed file system.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public class DfsConfiguration : ConfigurationSection

The DfsConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDfsConfiguration
Initializes a new instance of the DfsConfiguration class
Top
Properties
  NameDescription
Public propertyChecksum
Gets the configuration element for the checksums used by both the data servers and the clients.
Public propertyCurrentConfiguration (Inherited from ConfigurationElement.)
Public propertyDataServer
Gets the configuration element that configures the data server.
Public propertyElementInformation (Inherited from ConfigurationElement.)
Protected propertyElementProperty (Inherited from ConfigurationElement.)
Protected propertyEvaluationContext (Inherited from ConfigurationElement.)
Public propertyFileSystem
Gets the configuration element that configures the file system.
Protected propertyHasContext (Inherited from ConfigurationElement.)
Protected propertyItemConfigurationProperty (Inherited from ConfigurationElement.)
Protected propertyItemString (Inherited from ConfigurationElement.)
Public propertyLockAllAttributesExcept (Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept (Inherited from ConfigurationElement.)
Public propertyLockAttributes (Inherited from ConfigurationElement.)
Public propertyLockElements (Inherited from ConfigurationElement.)
Public propertyLockItem (Inherited from ConfigurationElement.)
Public propertyNameServer
Gets the configuration element that configures the name server.
Protected propertyProperties (Inherited from ConfigurationElement.)
Public propertySectionInformation (Inherited from ConfigurationSection.)
Top
Methods
  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Protected methodDeserializeSection (Inherited from ConfigurationSection.)
Public methodEquals (Inherited from ConfigurationElement.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConfiguration
Loads the DFS configuration from the application configuration file.
Public methodStatic memberGetConfiguration(Configuration)
Loads the DFS configuration from the specified configuration.
Public methodGetHashCode (Inherited from ConfigurationElement.)
Protected methodGetRuntimeObject (Inherited from ConfigurationSection.)
Protected methodGetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected methodGetTransformedTypeString (Inherited from ConfigurationElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationSection.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationSection.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeSection (Inherited from ConfigurationSection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Protected methodShouldSerializeElementInTargetVersion (Inherited from ConfigurationSection.)
Protected methodShouldSerializePropertyInTargetVersion (Inherited from ConfigurationSection.)
Protected methodShouldSerializeSectionInTargetVersion (Inherited from ConfigurationSection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
Remarks

Jumbo's DFS configuration is specified in the file dfs.config.

See Also