Interface CreateAction

    • Method Detail

      • withProperties

        CreateAction withProperties​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Deprecated.
        Adds additional properties to the newly created Iceberg table. Any properties with the same key name will be overwritten.
        Parameters:
        properties - a map of properties to be included
        Returns:
        this for chaining
      • withProperty

        CreateAction withProperty​(java.lang.String key,
                                  java.lang.String value)
        Deprecated.
        Adds an additional property to the newly created Iceberg table. Any properties with the same key name will be overwritten.
        Parameters:
        key - the key of the property to add
        value - the value of the property to add
        Returns:
        this for chaining