ColumnProfile Class

Definition

A ColumnProfile collects summary statistics on a particular column of data produced by a Dataflow.

public ref class ColumnProfile : Microsoft::DPrep::Engine::ProfileResult
public class ColumnProfile : Microsoft.DPrep.Engine.ProfileResult
type ColumnProfile = class
    inherit ProfileResult
Public Class ColumnProfile
Inherits ProfileResult
Inheritance
Microsoft.DPrep.Engine.ProfileResult
ColumnProfile

Constructors

ColumnProfile(Dictionary<String,Object>)

A ColumnProfile collects summary statistics on a particular column of data produced by a Dataflow.

Applies to