Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataProfileResult

DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.

Inheritance
object
GoogleCloudDataplexV1DataProfileResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataProfileResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PostScanActionsResult

Output only. The result of post scan actions.

Declaration
[JsonProperty("postScanActionsResult")]
public virtual GoogleCloudDataplexV1DataProfileResultPostScanActionsResult PostScanActionsResult { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataProfileResultPostScanActionsResult

Profile

The profile information per field.

Declaration
[JsonProperty("profile")]
public virtual GoogleCloudDataplexV1DataProfileResultProfile Profile { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataProfileResultProfile

RowCount

The count of rows scanned.

Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type Description
long?

ScannedData

The data scanned for this result.

Declaration
[JsonProperty("scannedData")]
public virtual GoogleCloudDataplexV1ScannedData ScannedData { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1ScannedData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX