Interface KustoPool.UpdateStages.WithEnablePurge

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

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

      • withEnablePurge

        KustoPool.Update withEnablePurge​(Boolean enablePurge)
        Specifies the enablePurge property: A boolean value that indicates if the purge operations are enabled..
        Parameters:
        enablePurge - A boolean value that indicates if the purge operations are enabled.
        Returns:
        the next definition stage.