Class DropDataverseAnalyticsOptions

    • Method Detail

      • dropDataverseAnalyticsOptions

        public static DropDataverseAnalyticsOptions dropDataverseAnalyticsOptions()
        Creates a new instance with default values.
        Returns:
        the instantiated default options.
      • ignoreIfNotExists

        public DropDataverseAnalyticsOptions ignoreIfNotExists​(boolean ignore)
        Customizes if a non-existing dataverse should throw an exception or not (false by default, so it will throw).
        Parameters:
        ignore - true if no exception should be raised if the dataverse does not exist.
        Returns:
        this options class for chaining purposes.