ConsumerSourceDataSet Class

Definition

A consumer side dataSet data transfer object.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConsumerSourceDataSet : Microsoft.Azure.Management.DataShare.Models.ProxyDto
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConsumerSourceDataSet = class
    inherit ProxyDto
Public Class ConsumerSourceDataSet
Inherits ProxyDto
Inheritance
ConsumerSourceDataSet
Attributes

Constructors

ConsumerSourceDataSet()

Initializes a new instance of the ConsumerSourceDataSet class.

ConsumerSourceDataSet(String, String, SystemData, String, String, String, String, String, String)

Initializes a new instance of the ConsumerSourceDataSet class.

Properties

DataSetId

Gets dataSet Id

DataSetLocation

Gets location of the data set.

DataSetName

Gets dataSet name

DataSetPath

Gets dataSet path

DataSetType

Gets type of data set. Possible values include: 'Blob', 'Container', 'BlobFolder', 'AdlsGen2FileSystem', 'AdlsGen2Folder', 'AdlsGen2File', 'AdlsGen1Folder', 'AdlsGen1File', 'KustoCluster', 'KustoDatabase', 'SqlDBTable', 'SqlDWTable', 'SynapseWorkspaceSqlPoolTable'

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Type

Gets type of the azure resource

(Inherited from ProxyDto)

Applies to