Uses of Interface
com.microsoft.azure.kusto.ingest.resources.ResourceWithSas
-
Packages that use ResourceWithSas Package Description com.microsoft.azure.kusto.ingest com.microsoft.azure.kusto.ingest.resources -
-
Uses of ResourceWithSas in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest with type parameters of type ResourceWithSas Modifier and Type Method Description static <T extends ResourceWithSas<?>>
List<T>ResourceAlgorithms. getShuffledResources(List<RankedStorageAccount> shuffledAccounts, List<T> resourceOfType)Methods in com.microsoft.azure.kusto.ingest with parameters of type ResourceWithSas Modifier and Type Method Description voidIngestionResourceManager. reportIngestionResult(ResourceWithSas<?> resource, boolean success)Report the result of an ingestion operation. -
Uses of ResourceWithSas in com.microsoft.azure.kusto.ingest.resources
Classes in com.microsoft.azure.kusto.ingest.resources that implement ResourceWithSas Modifier and Type Class Description classContainerWithSasclassQueueWithSas
-