DacExtractOptions.AzureStorageContainer Property

Definition

[Preview] Azure storage container name of Azure Storage Account to extract data to Parquet files.

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

Property Value

Set this for data extract operation. Default value is null

Attributes

Applies to