DacDeployOptions.AzureSharedAccessSignatureToken Property

Definition

[Preview] Azure Shared Access Signature token of Azure Storage Account to import data from Parquet files. Specify a valid SAS token with access to the storage container path to authenticate with using Shared Access Signature identity.

public string AzureSharedAccessSignatureToken { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureSharedAccessSignatureToken")]
public string AzureSharedAccessSignatureToken { get; set; }
member this.AzureSharedAccessSignatureToken : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureSharedAccessSignatureToken")>]
member this.AzureSharedAccessSignatureToken : string with get, set
Public Property AzureSharedAccessSignatureToken As String

Property Value

Set this for deploy operation. Default value is null

Attributes

Applies to