public sealed class SuggestionConfig : IMessage<SuggestionConfig>, IEquatable<SuggestionConfig>, IDeepCloneable<SuggestionConfig>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Migration v2 API class SuggestionConfig.
The configuration for the suggestion if requested as a target type.
Implements
IMessageSuggestionConfig, IEquatableSuggestionConfig, IDeepCloneableSuggestionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
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 |
|