Class ConnectLinkAnalyticsOptions

    • Method Detail

      • connectLinkAnalyticsOptions

        public static ConnectLinkAnalyticsOptions connectLinkAnalyticsOptions()
        Creates a new instance with default values.
        Returns:
        the instantiated default options.
      • force

        public ConnectLinkAnalyticsOptions force​(boolean force)
        Customizes if connect link should be forced or not.

        Determines the behavior of CONNECT LINK if there has been a change in the bucket’s UUID, i.e. the bucket has been deleted and recreated with the same name.

        • If force is false, then CONNECT LINK fails. This is the default behavior.
        • If force is true, CONNECT LINK proceeds: Analytics deletes all existing data in the dataset and ingests all data from the bucket again.