BlobFolderDataSet Class

Definition

An Azure storage blob folder data set.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("BlobFolder")]
public class BlobFolderDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("BlobFolder")>]
type BlobFolderDataSet = class
    inherit DataSet
Public Class BlobFolderDataSet
Inherits DataSet
Inheritance
BlobFolderDataSet
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

BlobFolderDataSet()

Initializes a new instance of the BlobFolderDataSet class.

BlobFolderDataSet(String, String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the BlobFolderDataSet class.

Properties

ContainerName

Gets or sets container that has the file path.

DataSetId

Gets unique id for identifying a data set resource

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
Prefix

Gets or sets prefix for blob folder

ResourceGroup

Gets or sets resource group of storage account

StorageAccountName

Gets or sets storage account name of the source data set

SubscriptionId

Gets or sets subscription id of storage account

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Type

Gets type of the azure resource

(Inherited from ProxyDto)

Methods

Validate()

Validate the object.

Applies to