Cloud Dataplex v1 API - Class DataScanEvent.Types.DataProfileResult (2.10.0)

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

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

Data profile result for data scan job.

Inheritance

object > DataScanEvent.Types.DataProfileResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataProfileResult()

public DataProfileResult()

DataProfileResult(DataProfileResult)

public DataProfileResult(DataScanEvent.Types.DataProfileResult other)
Parameter
NameDescription
otherDataScanEventTypesDataProfileResult

Properties

RowCount

public long RowCount { get; set; }

The count of rows processed in the data scan job.

Property Value
TypeDescription
long