MetricJobBase public abstract class MetricJobBase : MetricBase Documentation Code public string ApplicationName { get; set; } Gets or sets name of application that executes a job. public ImportObjectType ImportObjectType { get; set; } Gets or sets type of imported objects. public TransferDirection TransferDirection { get; set; } Gets or sets job type - Import or Export. public TapiClient TransferMode { get; set; } Gets or sets transfer mode - TapiClient protected MetricJobBase()