public sealed class InvalidDataFormat : IMessage<Action.Types.InvalidDataFormat>, IEquatable<Action.Types.InvalidDataFormat>, IDeepCloneable<Action.Types.InvalidDataFormat>, IBufferMessage, IMessage
Action details for invalid or unsupported data files detected by discovery.
Implements
IMessage<Action.Types.InvalidDataFormat>, IEquatable<Action.Types.InvalidDataFormat>, IDeepCloneable<Action.Types.InvalidDataFormat>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
InvalidDataFormat()
public InvalidDataFormat()
InvalidDataFormat(Action.Types.InvalidDataFormat)
public InvalidDataFormat(Action.Types.InvalidDataFormat other)
Parameter | |
---|---|
Name | Description |
other | Action.Types.InvalidDataFormat |
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 |
RepeatedField<String> |