name property

String name
final

The name of the table as used by the sync service.

This doesn't necessarily have to match the name of the SQLite table that put and delete write to. Instead, it's used by the sync client to identify which statements to use when it encounters sync operations for this table.

Implementation

final String name;