Cloud Dataplex v1 API - Class DataProfileResult (2.3.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

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataProfileResult()

public DataProfileResult()

DataProfileResult(DataProfileResult)

public DataProfileResult(DataProfileResult other)
Parameter
NameDescription
otherDataProfileResult

Properties

Profile

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

This represents the profile information per field.

Property Value
TypeDescription
DataProfileResultTypesProfile

RowCount

public long RowCount { get; set; }

The count of all rows in the sampled data. Return 0, if zero rows.

Property Value
TypeDescription
long

ScannedData

public ScannedData ScannedData { get; set; }

The data scanned for this profile.

Property Value
TypeDescription
ScannedData