BigQuery Migration v2 API - Class SuggestionConfig (1.7.0)

public sealed class SuggestionConfig : IMessage<SuggestionConfig>, IEquatable<SuggestionConfig>, IDeepCloneable<SuggestionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class SuggestionConfig.

The configuration for the suggestion if requested as a target type.

Inheritance

object > SuggestionConfig

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

SuggestionConfig()

public SuggestionConfig()

SuggestionConfig(SuggestionConfig)

public SuggestionConfig(SuggestionConfig other)
Parameter
Name Description
other SuggestionConfig

Properties

SkipSuggestionSteps

public RepeatedField<SuggestionStep> SkipSuggestionSteps { get; }

The list of suggestion steps to skip.

Property Value
Type Description
RepeatedFieldSuggestionStep