DacDeployOptions.AzureStorageBlobEndpoint Property

Definition

[Preview] Azure storage blob endpoint of Azure Storage Account to import data from Parquet files.

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

Property Value

Set this for deploy operation. Default value is null

Attributes

Applies to