AzureDataLakeStorageIcebergStorage.fromJson constructor

AzureDataLakeStorageIcebergStorage.fromJson(
  1. Map json_
)

Implementation

AzureDataLakeStorageIcebergStorage.fromJson(core.Map json_)
  : this(
      accountKeySecret: json_['accountKeySecret'] as core.String?,
      azureAccount: json_['azureAccount'] as core.String?,
      container: json_['container'] as core.String?,
      endpoint: json_['endpoint'] as core.String?,
    );