Cloud Dataplex v1 API - Class DataProfileResult (2.15.0)

public sealed class DataProfileResult : IMessage<DataProfileResult>, IEquatable<DataProfileResult>, IDeepCloneable<DataProfileResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.

DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.

Inheritance

object > DataProfileResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataProfileResult()

public DataProfileResult()

DataProfileResult(DataProfileResult)

public DataProfileResult(DataProfileResult other)
Parameter
NameDescription
otherDataProfileResult

Properties

PostScanActionsResult

public DataProfileResult.Types.PostScanActionsResult PostScanActionsResult { get; set; }

Output only. The result of post scan actions.

Property Value
TypeDescription
DataProfileResultTypesPostScanActionsResult

Profile

public DataProfileResult.Types.Profile Profile { get; set; }

The profile information per field.

Property Value
TypeDescription
DataProfileResultTypesProfile

RowCount

public long RowCount { get; set; }

The count of rows scanned.

Property Value
TypeDescription
long

ScannedData

public ScannedData ScannedData { get; set; }

The data scanned for this result.

Property Value
TypeDescription
ScannedData