Interface KustoPool.UpdateStages.WithEnableStreamingIngest

  • All Known Subinterfaces:
    KustoPool.Update
    Enclosing interface:
    KustoPool.UpdateStages

    public static interface KustoPool.UpdateStages.WithEnableStreamingIngest
    The stage of the KustoPool update allowing to specify enableStreamingIngest.
    • Method Detail

      • withEnableStreamingIngest

        KustoPool.Update withEnableStreamingIngest​(Boolean enableStreamingIngest)
        Specifies the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled..
        Parameters:
        enableStreamingIngest - A boolean value that indicates if the streaming ingest is enabled.
        Returns:
        the next definition stage.