Uses of Class
com.microsoft.azure.kusto.data.HttpClientProperties
-
Packages that use HttpClientProperties Package Description com.microsoft.azure.kusto.data -
-
Uses of HttpClientProperties in com.microsoft.azure.kusto.data
Methods in com.microsoft.azure.kusto.data that return HttpClientProperties Modifier and Type Method Description HttpClientPropertiesHttpClientProperties.HttpClientPropertiesBuilder. build()Methods in com.microsoft.azure.kusto.data with parameters of type HttpClientProperties Modifier and Type Method Description static ClientClientFactory. createClient(ConnectionStringBuilder csb, HttpClientProperties properties)Creates a new Client instance with the given connection string.static StreamingClientClientFactory. createStreamingClient(ConnectionStringBuilder csb, HttpClientProperties properties)Creates a new StreamingClient instance with the given connection string.Constructors in com.microsoft.azure.kusto.data with parameters of type HttpClientProperties Constructor Description ClientImpl(ConnectionStringBuilder csb, HttpClientProperties properties)
-