GoldengateAzureDataLakeStorageConnectionProperties constructor

GoldengateAzureDataLakeStorageConnectionProperties({
  1. String? account,
  2. String? accountKeySecret,
  3. String? authenticationType,
  4. String? azureAuthorityHost,
  5. String? azureTenantId,
  6. String? clientId,
  7. String? clientSecret,
  8. String? endpoint,
  9. String? sasTokenSecret,
  10. String? technologyType,
})

Implementation

GoldengateAzureDataLakeStorageConnectionProperties({
  this.account,
  this.accountKeySecret,
  this.authenticationType,
  this.azureAuthorityHost,
  this.azureTenantId,
  this.clientId,
  this.clientSecret,
  this.endpoint,
  this.sasTokenSecret,
  this.technologyType,
});