Package com.microsoft.azure.kusto.ingest
Class AzureStorageClient
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.AzureStorageClient
-
public class AzureStorageClient extends Object
-
-
Constructor Summary
Constructors Constructor Description AzureStorageClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidazureTableInsertEntity(com.azure.data.tables.TableClient tableClient, com.azure.data.tables.models.TableEntity tableEntity)
-
-
-
Method Detail
-
azureTableInsertEntity
public void azureTableInsertEntity(com.azure.data.tables.TableClient tableClient, com.azure.data.tables.models.TableEntity tableEntity) throws URISyntaxException, com.azure.data.tables.implementation.models.TableServiceErrorException- Throws:
URISyntaxExceptioncom.azure.data.tables.implementation.models.TableServiceErrorException
-
-