Interface KustoPool.DefinitionStages.WithEnableStreamingIngest

All Known Subinterfaces:
KustoPool.Definition, KustoPool.DefinitionStages.WithCreate
Enclosing interface:
KustoPool.DefinitionStages

public static interface KustoPool.DefinitionStages.WithEnableStreamingIngest
The stage of the KustoPool definition allowing to specify enableStreamingIngest.
  • Method Details

    • withEnableStreamingIngest

      KustoPool.DefinitionStages.WithCreate 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.