primaryKeys property

  1. @Deprecated("The new RLS real-time server no longer sends the required data")
List<String> primaryKeys
final

List of columns that are set as primary key

Implementation

@Deprecated(
  "The new RLS real-time server no longer sends the required data",
)
final List<String> primaryKeys;