GoldengateAzureSynapseAnalyticsConnectionProperties constructor

GoldengateAzureSynapseAnalyticsConnectionProperties({
  1. String? connectionString,
  2. String? password,
  3. String? passwordSecretVersion,
  4. String? technologyType,
  5. String? username,
})

Implementation

GoldengateAzureSynapseAnalyticsConnectionProperties({
  this.connectionString,
  this.password,
  this.passwordSecretVersion,
  this.technologyType,
  this.username,
});