@InterfaceStability.Evolving
public interface DataSourceV2
The base interface for data source v2. Implementations must have a public, 0-arg constructor.
Note that this is an empty interface. Data source implementations should mix-in at least one of
the plug-in interfaces like ReadSupport and WriteSupport. Otherwise it's just
a dummy data source which is un-readable/writable.