SqlDatabaseOutputDataSource 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.
Describes an Azure SQL database output data source.
public class SqlDatabaseOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type SqlDatabaseOutputDataSource = class
inherit StreamingJobOutputDataSource
Public Class SqlDatabaseOutputDataSource
Inherits StreamingJobOutputDataSource
- Inheritance
Constructors
SqlDatabaseOutputDataSource() |
Initializes a new instance of SqlDatabaseOutputDataSource. |
Properties
AuthenticationMode |
Authentication Mode. |
Database |
The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
MaxBatchCount |
Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. |
MaxWriterCount |
Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. |
Password |
The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Server |
The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Table |
The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
User |
The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Applies to
Azure SDK for .NET