SqlSink.TableOption Property

Definition

Gets or sets the option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="tableOption")]
public object TableOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tableOption")>]
member this.TableOption : obj with get, set
Public Property TableOption As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to