com.microsoft.azure.kusto.ingest.resources.ResourceWithSas Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kusto-ingest Show documentation
Show all versions of kusto-ingest Show documentation
Kusto client library for ingesting data
package com.microsoft.azure.kusto.ingest.resources;
public interface ResourceWithSas {
String getEndpointWithoutSas();
String getAccountName();
T getResource();
}