Cloud Dataplex v1 API - Class DataProfileResult (3.10.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
Name Description
other DataProfileResult

Properties

PostScanActionsResult

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

Output only. The result of post scan actions.

Property Value
Type Description
DataProfileResultTypesPostScanActionsResult

Profile

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

Output only. The profile information per field.

Property Value
Type Description
DataProfileResultTypesProfile

RowCount

public long RowCount { get; set; }

Output only. The count of rows scanned.

Property Value
Type Description
long

ScannedData

public ScannedData ScannedData { get; set; }

Output only. The data scanned for this result.

Property Value
Type Description
ScannedData