Class QueueWithSas
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.utils.QueueWithSas
-
public class QueueWithSas extends Object
-
-
Constructor Summary
Constructors Constructor Description QueueWithSas(String url, com.azure.core.http.HttpClient httpClient, com.azure.storage.common.policy.RequestRetryOptions retryOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndpoint()
com.azure.storage.queue.QueueClient
getQueue()
String
getSas()
-
-
-
Constructor Detail
-
QueueWithSas
public QueueWithSas(String url, com.azure.core.http.HttpClient httpClient, @Nullable com.azure.storage.common.policy.RequestRetryOptions retryOptions) throws URISyntaxException
- Throws:
URISyntaxException
-
-