Type alias PolarsConnectionSettingsResponse

PolarsConnectionSettingsResponse: {
    cache_regions: boolean;
    client_kwargs: PolarsClientKwargs;
    endpoint_url: string;
    key?: string;
    secret?: string;
    use_ssl: boolean;
}

Type declaration

  • cache_regions: boolean
  • client_kwargs: PolarsClientKwargs
  • endpoint_url: string
  • Optional key?: string
  • Optional secret?: string
  • use_ssl: boolean