We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90176f4 commit d7f53a8Copy full SHA for d7f53a8
src/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs
@@ -9,6 +9,7 @@ namespace Elasticsearch.Net
9
{
10
public interface IConnectionConfigurationValues : IDisposable
11
12
+ // TODO: reevaluate for the 7.0.0-beta1
13
/// <summary> A unique id for this connection settings instance </summary>
14
string Id { get; }
15
0 commit comments