Class TableWithSas
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.utils.TableWithSas
-
public class TableWithSas extends Object
-
-
Constructor Summary
Constructors Constructor Description TableWithSas(String url, com.azure.core.http.HttpClient httpClient)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.data.tables.TableClient
getTable()
String
getUri()
static com.azure.data.tables.TableClient
TableClientFromUrl(String url, com.azure.core.http.HttpClient httpClient)
-
-
-
Constructor Detail
-
TableWithSas
public TableWithSas(String url, @Nullable com.azure.core.http.HttpClient httpClient) throws URISyntaxException
- Throws:
URISyntaxException
-
-
Method Detail
-
getUri
public String getUri()
-
getTable
public com.azure.data.tables.TableClient getTable()
-
TableClientFromUrl
public static com.azure.data.tables.TableClient TableClientFromUrl(String url, @Nullable com.azure.core.http.HttpClient httpClient) throws URISyntaxException
- Throws:
URISyntaxException
-
-