Interface protos.google.cloud.dataplex.v1.IDataScan (3.7.0)

Properties of a DataScan.

Package

@google-cloud/dataplex

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

DataScan createTime

data

data?: (google.cloud.dataplex.v1.IDataSource|null);

DataScan data

dataProfileResult

dataProfileResult?: (google.cloud.dataplex.v1.IDataProfileResult|null);

DataScan dataProfileResult

dataProfileSpec

dataProfileSpec?: (google.cloud.dataplex.v1.IDataProfileSpec|null);

DataScan dataProfileSpec

dataQualityResult

dataQualityResult?: (google.cloud.dataplex.v1.IDataQualityResult|null);

DataScan dataQualityResult

dataQualitySpec

dataQualitySpec?: (google.cloud.dataplex.v1.IDataQualitySpec|null);

DataScan dataQualitySpec

description

description?: (string|null);

DataScan description

displayName

displayName?: (string|null);

DataScan displayName

executionSpec

executionSpec?: (google.cloud.dataplex.v1.DataScan.IExecutionSpec|null);

DataScan executionSpec

executionStatus

executionStatus?: (google.cloud.dataplex.v1.DataScan.IExecutionStatus|null);

DataScan executionStatus

labels

labels?: ({ [k: string]: string }|null);

DataScan labels

name

name?: (string|null);

DataScan name

state

state?: (google.cloud.dataplex.v1.State|keyof typeof google.cloud.dataplex.v1.State|null);

DataScan state

type

type?: (google.cloud.dataplex.v1.DataScanType|keyof typeof google.cloud.dataplex.v1.DataScanType|null);

DataScan type

uid

uid?: (string|null);

DataScan uid

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

DataScan updateTime