GoogleBigQueryLinkedService.RequestGoogleDriveScope Property

Definition

Gets or sets whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to