Show / Hide Table of Contents

Class GoogleCloudDataplexV1ActionInvalidDataFormat

Action details for invalid or unsupported data files detected by discovery.

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

Properties

ETag

The ETag of the item.

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

ExpectedFormat

The expected data format of the entity.

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

NewFormat

The new unexpected data format within the entity.

Declaration
[JsonProperty("newFormat")]
public virtual string NewFormat { 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX