public sealed class Action.Types.InvalidDataFormat : IMessage<Action.Types.InvalidDataFormat>, IEquatable<Action.Types.InvalidDataFormat>, IDeepCloneable<Action.Types.InvalidDataFormat>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Action.Types.InvalidDataFormat.
Action details for invalid or unsupported data files detected by discovery.
Implements
IMessageActionTypesInvalidDataFormat, IEquatableActionTypesInvalidDataFormat, IDeepCloneableActionTypesInvalidDataFormat, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
InvalidDataFormat()
public InvalidDataFormat()
InvalidDataFormat(InvalidDataFormat)
public InvalidDataFormat(Action.Types.InvalidDataFormat other)
Parameter | |
---|---|
Name | Description |
other | ActionTypesInvalidDataFormat |
Properties
ExpectedFormat
public string ExpectedFormat { get; set; }
The expected data format of the entity.
Property Value | |
---|---|
Type | Description |
string |
NewFormat
public string NewFormat { get; set; }
The new unexpected data format within the entity.
Property Value | |
---|---|
Type | Description |
string |
SampledDataLocations
public RepeatedField<string> SampledDataLocations { get; }
The list of data locations sampled and used for format/schema inference.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |