USqlExternalDataSource 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.
A Data Lake Analytics catalog U-SQL external datasource item.
public class USqlExternalDataSource : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlExternalDataSource = class
inherit CatalogItem
Public Class USqlExternalDataSource
Inherits CatalogItem
- Inheritance
Constructors
USqlExternalDataSource() |
Initializes a new instance of the USqlExternalDataSource class. |
USqlExternalDataSource(String, Nullable<Guid>, String, String, String, String, IList<String>) |
Initializes a new instance of the USqlExternalDataSource class. |
Properties
ComputeAccountName |
Gets or sets the name of the Data Lake Analytics account. (Inherited from CatalogItem) |
DatabaseName |
Gets or sets the name of the database. |
Name |
Gets or sets the name of the external data source. |
Provider |
Gets or sets the name of the provider for the external data source. |
ProviderString |
Gets or sets the name of the provider string for the external data source. |
PushdownTypes |
Gets or sets the list of types to push down from the external data source. |
Version |
Gets or sets the version of the catalog item. (Inherited from CatalogItem) |
Applies to
Azure SDK for .NET