BigQuery Migration v2 API - Class LineageOutput.Types.RecognizedInput (1.8.0)

public sealed class LineageOutput.Types.RecognizedInput : IMessage<LineageOutput.Types.RecognizedInput>, IEquatable<LineageOutput.Types.RecognizedInput>, IDeepCloneable<LineageOutput.Types.RecognizedInput>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class LineageOutput.Types.RecognizedInput.

Information about lineage input of the given type that lineage generation recognized.

If you expected to process more of the given input, verify your input was uploaded and is in the correct format and the request to generate lineage correctly specified the input location.

Inheritance

object > LineageOutput.Types.RecognizedInput

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

RecognizedInput()

public RecognizedInput()

RecognizedInput(RecognizedInput)

public RecognizedInput(LineageOutput.Types.RecognizedInput other)
Parameter
Name Description
other LineageOutputTypesRecognizedInput

Properties

Type

public LineageOutput.Types.RecognizedInput.Types.Type Type { get; set; }

Output only. The type of the input.

Property Value
Type Description
LineageOutputTypesRecognizedInputTypesType

UncompressedSizeBytes

public long UncompressedSizeBytes { get; set; }

Output only. The uncompressed size of the recognized input of the given type.

Property Value
Type Description
long