Show / Hide Table of Contents

Class GoogleCloudDataplexV1ActionIncompatibleDataSchema

Action details for incompatible schemas detected by discovery.

Inheritance
object
GoogleCloudDataplexV1ActionIncompatibleDataSchema
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 GoogleCloudDataplexV1ActionIncompatibleDataSchema : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExistingSchema

The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.

Declaration
[JsonProperty("existingSchema")]
public virtual string ExistingSchema { get; set; }
Property Value
Type Description
string

NewSchema

The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.

Declaration
[JsonProperty("newSchema")]
public virtual string NewSchema { get; set; }
Property Value
Type Description
string

SampledDataLocations

The list of data locations sampled and used for format/schema inference.

Declaration
[JsonProperty("sampledDataLocations")]
public virtual IList<string> SampledDataLocations { get; set; }
Property Value
Type Description
IList<string>

SchemaChange

Whether the action relates to a schema that is incompatible or modified.

Declaration
[JsonProperty("schemaChange")]
public virtual string SchemaChange { get; set; }
Property Value
Type Description
string

Table

The name of the table containing invalid data.

Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX