Class Action.Types.InvalidDataFormat (1.0.0)

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.

Inheritance

Object > Action.Types.InvalidDataFormat

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

InvalidDataFormat()

public InvalidDataFormat()

InvalidDataFormat(Action.Types.InvalidDataFormat)

public InvalidDataFormat(Action.Types.InvalidDataFormat other)
Parameter
NameDescription
otherAction.Types.InvalidDataFormat

Properties

ExpectedFormat

public string ExpectedFormat { get; set; }

The expected data format of the entity.

Property Value
TypeDescription
String

NewFormat

public string NewFormat { get; set; }

The new unexpected data format within the entity.

Property Value
TypeDescription
String

SampledDataLocations

public RepeatedField<string> SampledDataLocations { get; }

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

Property Value
TypeDescription
RepeatedField<String>