DacExtractOptions.AzureSharedAccessSignatureToken Property

Definition

[Preview] Azure Shared Access Signature Token of Azure Storage Account to extract data to Parquet files.

[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureSharedAccessSignatureToken")]
public string AzureSharedAccessSignatureToken { 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 data extract operation. Default value is null

Attributes

Applies to