BlobDataSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Azure storage blob data set.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Blob")]
public class BlobDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Blob")>]
type BlobDataSet = class
inherit DataSet
Public Class BlobDataSet
Inherits DataSet
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
BlobDataSet() |
Initializes a new instance of the BlobDataSet class. |
BlobDataSet(String, String, String, String, String, String, String, SystemData, String, String) |
Initializes a new instance of the BlobDataSet class. |
Properties
ContainerName |
Gets or sets container that has the file path. |
DataSetId |
Gets unique id for identifying a data set resource |
FilePath |
Gets or sets file path within the source data set |
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
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
Azure SDK for .NET