Interface Schema.Builder

    • Method Detail

      • attributes

        Schema.Builder attributes​(Collection<SchemaAttribute> attributes)

        An array of attributes specifying the name and type of each field in a dataset.

        Parameters:
        attributes - An array of attributes specifying the name and type of each field in a dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        Schema.Builder attributes​(SchemaAttribute... attributes)

        An array of attributes specifying the name and type of each field in a dataset.

        Parameters:
        attributes - An array of attributes specifying the name and type of each field in a dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.