GoldengateAzureDataLakeStorageConnectionProperties.fromJson constructor

GoldengateAzureDataLakeStorageConnectionProperties.fromJson(
  1. Map json_
)

Implementation

GoldengateAzureDataLakeStorageConnectionProperties.fromJson(core.Map json_)
  : this(
      account: json_['account'] as core.String?,
      accountKeySecret: json_['accountKeySecret'] as core.String?,
      authenticationType: json_['authenticationType'] as core.String?,
      azureAuthorityHost: json_['azureAuthorityHost'] as core.String?,
      azureTenantId: json_['azureTenantId'] as core.String?,
      clientId: json_['clientId'] as core.String?,
      clientSecret: json_['clientSecret'] as core.String?,
      endpoint: json_['endpoint'] as core.String?,
      sasTokenSecret: json_['sasTokenSecret'] as core.String?,
      technologyType: json_['technologyType'] as core.String?,
    );