Show / Hide Table of Contents

Class AzureBlobStorageLocation

The location of azure blob dataset.

Inheritance
System.Object
DatasetLocation
AzureBlobStorageLocation
Inherited Members
DatasetLocation.AdditionalProperties
DatasetLocation.FileName
DatasetLocation.FolderPath
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobStorageLocation/AzureBlobStorageLocationConverter))]
public class AzureBlobStorageLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation

Constructors

AzureBlobStorageLocation()

Initializes a new instance of AzureBlobStorageLocation.

Declaration
public AzureBlobStorageLocation ();

Properties

Container

Specify the container of azure blob. Type: string (or Expression with resultType string).

Declaration
public object Container { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET