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.
Implements
IMessageDataProfileResult, IEquatableDataProfileResult, IDeepCloneableDataProfileResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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; }
The profile information per field.
Property Value | |
---|---|
Type | Description |
DataProfileResultTypesProfile |
RowCount
public long RowCount { get; set; }
The count of rows scanned.
Property Value | |
---|---|
Type | Description |
long |
ScannedData
public ScannedData ScannedData { get; set; }
The data scanned for this result.
Property Value | |
---|---|
Type | Description |
ScannedData |