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
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataProfileResult()
public DataProfileResult()
DataProfileResult(DataProfileResult)
public DataProfileResult(DataProfileResult other)
Parameter | |
---|---|
Name | Description |
other | DataProfileResult |
Properties
Profile
public DataProfileResult.Types.Profile Profile { get; set; }
This represents the profile information per field.
Property Value | |
---|---|
Type | Description |
DataProfileResultTypesProfile |
RowCount
public long RowCount { get; set; }
The count of all rows in the sampled data. Return 0, if zero rows.
Property Value | |
---|---|
Type | Description |
long |
ScannedData
public ScannedData ScannedData { get; set; }
The data scanned for this profile.
Property Value | |
---|---|
Type | Description |
ScannedData |