Interface IngestionResourceManager


  • public interface IngestionResourceManager
    • Method Detail

      • reportIngestionResult

        void reportIngestionResult​(ResourceWithSas<?> resource,
                                   boolean success)
        Report the result of an ingestion operation.
        Parameters:
        resource - The resource that was used to ingest. Can be a container or a queue.
        success - Whether the ingestion operation was successful.