Class ModelTableDefinition

    • Constructor Detail

      • ModelTableDefinition

        public ModelTableDefinition()
    • Method Detail

      • getNumBytes

        @Nullable
        public abstract Long getNumBytes()
        Returns the size of this table in bytes, excluding any data in the streaming buffer.
      • getLocation

        @Nullable
        public abstract String getLocation()
        Returns the geographic location where the table should reside. This value is inherited from the dataset.
        See Also:
        Dataset Location