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.
Implements
IMessageDataScanEventTypesDataProfileResult, IEquatableDataScanEventTypesDataProfileResult, IDeepCloneableDataScanEventTypesDataProfileResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataProfileResult()
public DataProfileResult()
DataProfileResult(DataProfileResult)
public DataProfileResult(DataScanEvent.Types.DataProfileResult other)
Parameter | |
---|---|
Name | Description |
other |
DataScanEventTypesDataProfileResult |
Properties
RowCount
public long RowCount { get; set; }
The count of rows processed in the data scan job.
Property Value | |
---|---|
Type | Description |
long |