Click or drag to resize

BaseJobRunner Methods

The BaseJobRunner type exposes the following members.

Methods
 NameDescription
Protected methodApplyJobPropertiesAndSettings Adds the values of properties marked with the JobSettingAttribute to the JobSettings dictionary, applies properties set by the JobOrStageProperties property, and adds settings defined by the JobOrStageSettings property, and .
Protected methodCheckAndCreateOutputPath If OverwriteOutput is , deletes the output path and then re-creates it; otherwise, checks if the output path exists and creates it if it doesn't exist and fails if it does.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFinishJob Called after the job finishes.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetInputFileSystemEntry Gets a JumboFileSystemEntry instance for the specified path, or throws an exception if the input doesn't exist.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNotifyConfigurationChanged Indicates the configuration has been changed. ApplyConfiguration(Object, DfsConfiguration, JetConfiguration, TaskContext) calls this method after setting the configuration.
(Overrides ConfigurableNotifyConfigurationChanged)
Protected methodPromptIfInteractive Prompts the user to start or exit, if IsInteractive is .
Public methodRunJob Starts the job.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also