Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awswithdotnet/03783ed748685ace2ea7f0b19ee3dd69 to your computer and use it in GitHub Desktop.
Save awswithdotnet/03783ed748685ace2ea7f0b19ee3dd69 to your computer and use it in GitHub Desktop.
elasticsearch Abstractions IElasticSearchConnectionSettingsFactory
using Nest;
namespace Abstractions
{
public interface IElasticSearchConnectionSettingsFactory
{
ConnectionSettings GetSettings();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment