Class GoogleCloudDataplexV1ActionInvalidDataFormat
Action details for invalid or unsupported data files detected by discovery.
Implements
Inherited Members
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> |