Interface protos.google.cloud.dataplex.v1.Action.IIncompatibleDataSchema (3.7.0)

Properties of an IncompatibleDataSchema.

Package

@google-cloud/dataplex

Properties

existingSchema

existingSchema?: (string|null);

IncompatibleDataSchema existingSchema

newSchema

newSchema?: (string|null);

IncompatibleDataSchema newSchema

sampledDataLocations

sampledDataLocations?: (string[]|null);

IncompatibleDataSchema sampledDataLocations

schemaChange

schemaChange?: (google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange|keyof typeof google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange|null);

IncompatibleDataSchema schemaChange

table

table?: (string|null);

IncompatibleDataSchema table