PostgreSQLOutputDataSourceProperties interface

Proprietà associate a un output PostgreSQL.

Extends

Proprietà ereditate

authenticationMode

Modalità di autenticazione.

database

Nome del database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

maxWriterCount

Numero massimo di writer, attualmente sono disponibili solo 1(writer singolo) e 0(in base alla partizione di query). Facoltativo nelle richieste PUT.

password

Password che verrà usata per connettersi al database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

server

Nome del server SQL contenente il database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

table

Nome della tabella nel database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

user

Nome utente che verrà usato per connettersi al database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

Dettagli proprietà ereditate

authenticationMode

Modalità di autenticazione.

authenticationMode?: string

Valore della proprietà

string

Ereditato daPostgreSQLDataSourceProperties.authenticationMode

database

Nome del database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

database?: string

Valore della proprietà

string

Ereditato daPostgreSQLDataSourceProperties.database

maxWriterCount

Numero massimo di writer, attualmente sono disponibili solo 1(writer singolo) e 0(in base alla partizione di query). Facoltativo nelle richieste PUT.

maxWriterCount?: number

Valore della proprietà

number

Ereditato daPostgreSQLDataSourceProperties.maxWriterCount

password

Password che verrà usata per connettersi al database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

password?: string

Valore della proprietà

string

Ereditato daPostgreSQLDataSourceProperties.password

server

Nome del server SQL contenente il database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

server?: string

Valore della proprietà

string

Ereditato daPostgreSQLDataSourceProperties.server

table

Nome della tabella nel database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

table?: string

Valore della proprietà

string

Ereditato daPostgreSQLDataSourceProperties.table

user

Nome utente che verrà usato per connettersi al database SQL di Azure. Obbligatorio nelle richieste PUT (CreateOrReplace).

user?: string

Valore della proprietà

string

Ereditato daPostgreSQLDataSourceProperties.user