PostgreSQLOutputDataSource Class

Definition

Describes a PostgreSQL output data source.

public class PostgreSQLOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type PostgreSQLOutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class PostgreSQLOutputDataSource
Inherits StreamingJobOutputDataSource
Inheritance
PostgreSQLOutputDataSource

Constructors

PostgreSQLOutputDataSource()

Initializes a new instance of PostgreSQLOutputDataSource.

Properties

AuthenticationMode

Authentication Mode.

Database

The name of the Azure SQL database. Required on PUT (CreateOrReplace) 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