Interface TableDataServiceDescriptor
- All Known Subinterfaces:
OnDiskTableDataServiceDescriptor,RemoteTableDataServiceDescriptor
- All Known Implementing Classes:
DynamicTableDataService
public interface TableDataServiceDescriptor
Immutable descriptor for a TableDataService. This information is used to create and connect a TableDataService, and
to differentiate TableDataService instances that have the same name. Implementations should ensure that they are only
equal to instances that will cause creation of an identical TableDataService.